python3Packages.repeated_test: remove
This commit is contained in:
committed by
Jonathan Ringer
parent
2bf5958169
commit
c52d6cf465
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user