Skip to content

Commit c89989f

Browse files
authored
Merge pull request #74 from scaleapi/da-fix-version
Remove Grequests Dependency
2 parents f992507 + a9890b9 commit c89989f

File tree

8 files changed

+200
-200
lines changed

8 files changed

+200
-200
lines changed

conftest.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# grequests must be imported before any module not designed for reentrancy,
2-
# because it relies on aggressive monkey patching that breaks if done after many
3-
# other common module imports, e.g. ssl.
4-
#
5-
# So we import it before everything else. For details see:
6-
# https://github.com/gevent/gevent/issues/1016#issuecomment-328530533
7-
# https://github.com/spyoungtech/grequests/issues/8
8-
import grequests
9-
10-
################
11-
121
import logging
132
import os
143

0 commit comments

Comments
 (0)