Skip to content

Commit

Permalink
Integrate pytest-faulthandler for Python 2
Browse files Browse the repository at this point in the history
Resolves ansible#96
  • Loading branch information
webknjaz committed Jul 12, 2020
1 parent 52421c2 commit c83d151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ addopts =
--cov-config=.coveragerc
doctest_optionflags = ALLOW_UNICODE ELLIPSIS
empty_parameter_set_mark = xfail
faulthandler_timeout = 30
filterwarnings =
error
ignore:Coverage disabled via --no-cov switch!:pytest.PytestWarning:pytest_cov.plugin
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deps =
Cython
pytest
pytest-cov
pytest-faulthandler; python_version < "3"
pytest-forked
pytest-xdist
setenv =
Expand Down

0 comments on commit c83d151

Please sign in to comment.