python310Packages.clize: reenable tests

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