Skip to main content

Ensure that gevent is properly patched when invoking pytest

Project description

Build Status Azure DevOps coverage

pytest-gevent

Ensure that gevent is properly patched when invoking pytest

installation

pip install pytest-gevent

usage

wherever you'd use pytest, use pytest-gevent instead.

disabling specific patches

you can disable specific gevent patches through environment variables. for example, if you wanted to disable the ssl patch you would invoke:

PYTEST_GEVENT_PATCH_ALL_NO_SSL=1 pytest-gevent

how this works

this calls gevent.monkey.patch_all(...) and then pytest.main()

alternatives

gevent.monkey provides a cli directly, though it's quite clunky to use

python -m gevent.monkey $(which pytest) ...
# with gevent 1.5+ you'll be able to do
# python -m gevent.monkey --module pytest ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest_gevent-1.1.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pytest_gevent-1.1.0-py2.py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page