python2Packages.pytest-faulthandler: remove package

This has been upstreamed into pytest itself as of pytest 5.0, which we have:
https://github.com/pytest-dev/pytest-faulthandler

Since it should no longer be used, let's remove from nix.
This commit is contained in:
Benjamin Hipple
2020-03-26 22:14:13 -07:00
committed by Jon
parent 643d10295d
commit f5ffd143d6
2 changed files with 0 additions and 36 deletions
-2
View File
@@ -2399,8 +2399,6 @@ in {
pytest-doctestplus = callPackage ../development/python-modules/pytest-doctestplus { };
pytest-faulthandler = callPackage ../development/python-modules/pytest-faulthandler { };
pytest-fixture-config = callPackage ../development/python-modules/pytest-fixture-config { };
pytest-forked = callPackage ../development/python-modules/pytest-forked { };