You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2021. It is now read-only.
After pytest-faulthandler was integrated into the core of pytest 5.0.0 only the ini-option faulthandler_timeout is available, but this shadows the usage of faulthandler-timeout:
❯ python -m pytest --faulthandler_timeout=10
/Users/pgalindo3/.local/share/virtualenvs/venv-TdjqqweH/lib/python3.7/site-packages/_pytest/config/__init__.py:297: PytestConfigWarning: pytest-faulthandler plugin has been merged into the core, please remove it from your requirements.
name.replace("_", "-")
ERROR: usage: pytest.py [options] [file_or_dir] [file_or_dir] [...]
pytest.py: error: unrecognized arguments: --faulthandler_timeout=10
inifile: /Users/pgalindo/github/venv/tox.ini
rootdir: /Users/pgalindo/github/venv
I will paste here the output but in any case one of the problems is that is not possible to configure the option with a command line argument in pytest core now (only the ini file option is allowed).
After
pytest-faulthandler
was integrated into the core of pytest 5.0.0 only the ini-optionfaulthandler_timeout
is available, but this shadows the usage offaulthandler-timeout
:If this should be an issue on https://github.com/pytest-dev/pytest I can close this and reopen one ther e :)
The text was updated successfully, but these errors were encountered: