Gevent monkey patching interferes with non-gevent testing #6
Labels
area:testing
Improvements or additions to test coverage
bug:normal
Issue affecting majority of users
level:easy
Solution is easy to implement
Milestone
Monkey patching is enabled in
tests/conftest.py
for benchmarking that involvesgevent
functionality. However, this causes non-gevent test to fail due to a recursion issue inrequests
library.Test configuration should be split, so
gevent
monkey patching is applied only for tests requiring it.The text was updated successfully, but these errors were encountered: