python2Packages.pytest: drop

This commit is contained in:
Sigmanificient
2026-01-15 01:38:29 +01:00
parent 50476a84be
commit d6648d8493
7 changed files with 3 additions and 123 deletions
@@ -7,7 +7,6 @@
scripttest,
virtualenv,
pretend,
pytest,
}:
buildPythonPackage rec {
@@ -34,8 +33,8 @@ buildPythonPackage rec {
scripttest
virtualenv
pretend
pytest
];
# Pip wants pytest, but tests are not distributed
doCheck = false;