python3Packages.repeated_test: remove

This commit is contained in:
Jonathan Ringer
2022-01-14 09:55:04 -08:00
committed by Jonathan Ringer
parent 2bf5958169
commit c52d6cf465
6 changed files with 13 additions and 34 deletions
@@ -7,7 +7,6 @@
, attrs
, od
, docutils
, repeated_test
, pygments
, unittest2
, pytestCheckHook
@@ -22,11 +21,13 @@ buildPythonPackage rec {
sha256 = "3177a028e4169d8865c79af82bdd441b24311d4bd9c0ae8803641882d340a51d";
};
# repeated_test no longer exists in nixpkgs
# also see: https://github.com/epsy/clize/issues/74
doCheck = false;
checkInputs = [
pytestCheckHook
python-dateutil
pygments
repeated_test
unittest2
];