Skip to content

Instantly share code, notes, and snippets.

@tomviner
Last active August 9, 2019 23:35
Show Gist options
  • Save tomviner/9dd9962e53c2fc17308ff9c7d22b4fe5 to your computer and use it in GitHub Desktop.
Save tomviner/9dd9962e53c2fc17308ff9c7d22b4fe5 to your computer and use it in GitHub Desktop.
Incompatibility between Pytest 5 and eventlet
def pytest_configure():
# make sure we monkey_patch before `--help` is run
import eventlet
eventlet.monkey_patch()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment