tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.clize: reenable tests
Theodore Ni
3 years ago
c6c9ecf5
aa18db15
+4
-7
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
clize
default.nix
+4
-7
pkgs/development/python-modules/clize/default.nix
···
8
8
, pytestCheckHook
9
9
, pythonOlder
10
10
, python-dateutil
11
11
-
, setuptools
11
11
+
, repeated-test
12
12
+
, setuptools-scm
12
13
, sigtools
13
13
-
, unittest2
14
14
}:
15
15
16
16
buildPythonPackage rec {
···
26
26
};
27
27
28
28
nativeBuildInputs = [
29
29
-
setuptools
29
29
+
setuptools-scm
30
30
];
31
31
32
32
propagatedBuildInputs = [
···
42
42
];
43
43
};
44
44
45
45
-
# repeated_test no longer exists in nixpkgs
46
46
-
# also see: https://github.com/epsy/clize/issues/74
47
47
-
doCheck = false;
48
45
checkInputs = [
49
46
pytestCheckHook
50
47
python-dateutil
51
48
pygments
52
52
-
unittest2
49
49
+
repeated-test
53
50
];
54
51
55
52
pythonImportsCheck = [