Skip to content

Commit

Permalink
bumping gevents version (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
labhvam5 authored Oct 20, 2023
1 parent 223bc66 commit 4485e5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pull python base image
FROM python:3.7.4-slim
FROM python:3.10-slim

# install the requirements from the requirements.txt file via git
RUN apt-get update && apt-get -y install libpq-dev gcc && apt-get install git -y --no-install-recommends
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fyle-rest-auth==1.1.0
psycopg2-binary==2.8.4

# API server
gevent==22.10.2
gevent==23.9.1
gunicorn==20.1.0

# Misc
Expand Down Expand Up @@ -50,4 +50,3 @@ polling==0.3.2
# Requests
requests==2.25.0
sentry-sdk==1.19.1
gevent==22.10.2
10 changes: 0 additions & 10 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@ def default_session_fixture(request):
)
patched_6.__enter__()

def unpatch():
patched_1.__exit__(None, None, None)
patched_2.__exit__(None, None, None)
patched_3.__exit__(None, None, None)
patched_4.__exit__(None, None, None)
patched_5.__exit__(None, None, None)
patched_6.__exit__(None, None, None)

request.addfinalizer(unpatch)


@pytest.fixture()
def access_token():
Expand Down

0 comments on commit 4485e5b

Please sign in to comment.