tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
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
, pytestCheckHook
9
, pythonOlder
10
, python-dateutil
11
-
, setuptools
0
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
0
14
}:
15
16
buildPythonPackage rec {
···
26
};
27
28
nativeBuildInputs = [
29
+
setuptools-scm
30
];
31
32
propagatedBuildInputs = [
···
42
];
43
};
44
0
0
0
45
checkInputs = [
46
pytestCheckHook
47
python-dateutil
48
pygments
49
+
repeated-test
50
];
51
52
pythonImportsCheck = [