lol

python310Packages.clize: reenable tests

+4 -7
+4 -7
pkgs/development/python-modules/clize/default.nix
··· 8 , pytestCheckHook 9 , pythonOlder 10 , python-dateutil 11 - , setuptools 12 , sigtools 13 - , unittest2 14 }: 15 16 buildPythonPackage rec { ··· 26 }; 27 28 nativeBuildInputs = [ 29 - setuptools 30 ]; 31 32 propagatedBuildInputs = [ ··· 42 ]; 43 }; 44 45 - # repeated_test no longer exists in nixpkgs 46 - # also see: https://github.com/epsy/clize/issues/74 47 - doCheck = false; 48 checkInputs = [ 49 pytestCheckHook 50 python-dateutil 51 pygments 52 - unittest2 53 ]; 54 55 pythonImportsCheck = [
··· 8 , pytestCheckHook 9 , pythonOlder 10 , python-dateutil 11 + , repeated-test 12 + , setuptools-scm 13 , sigtools 14 }: 15 16 buildPythonPackage rec { ··· 26 }; 27 28 nativeBuildInputs = [ 29 + setuptools-scm 30 ]; 31 32 propagatedBuildInputs = [ ··· 42 ]; 43 }; 44 45 checkInputs = [ 46 pytestCheckHook 47 python-dateutil 48 pygments 49 + repeated-test 50 ]; 51 52 pythonImportsCheck = [