Skip to content

Commit

Permalink
Fix Segmentation fault while testing
Browse files Browse the repository at this point in the history
As suggested in pytest-dev/pytest#2875 the
segmentation faults should not happen anymore when pytest-faulthandler
is installed

Travis-CI occasionally gives following error message:
1893 Segmentation fault  (core dumped) PYTHONWARNINGS=all pytest --cov=
  • Loading branch information
ptrstn committed Aug 15, 2018
1 parent 8bf7ec4 commit d7f8009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ terminaltables==3.1.0
codecov
pytest-django
pytest-cov
pytest-faulthandler
mixer
selenium

0 comments on commit d7f8009

Please sign in to comment.