Ensure that gevent is properly patched when invoking pytest
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pytest_gevent-1.1.0-py2.py3-none-any.whl (3.3 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size pytest_gevent-1.1.0.tar.gz (2.8 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for pytest_gevent-1.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9d8ea2b6cc7e1e4fe51195194750ce404c1b842a60f045dcc92ce8425309f64 |
|
MD5 | f547f65ad00ea330e72bd21a861446a9 |
|
BLAKE2-256 | c0a22874d536e202107b118afc0df8692c7119543666d5231846925198ae8b1a |