python310Packages.clize: reenable tests

This commit is contained in:
Theodore Ni 2022-11-15 23:18:09 -08:00
parent aa18db152e
commit c6c9ecf5e8
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -8,9 +8,9 @@
, pytestCheckHook
, pythonOlder
, python-dateutil
, setuptools
, repeated-test
, setuptools-scm
, sigtools
, unittest2
}:
buildPythonPackage rec {
@ -26,7 +26,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
@ -42,14 +42,11 @@ buildPythonPackage rec {
];
};
# repeated_test no longer exists in nixpkgs
# also see: https://github.com/epsy/clize/issues/74
doCheck = false;
checkInputs = [
pytestCheckHook
python-dateutil
pygments
unittest2
repeated-test
];
pythonImportsCheck = [