tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.tld: remove tox, pytest-cov dependency
Sandro Jäckel
3 years ago
1d8aaab8
026f64fc
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
tld
default.nix
-4
pkgs/development/python-modules/tld/default.nix
···
3
, factory_boy
4
, faker
5
, fetchPypi
6
-
, pytest-cov
7
, pytestCheckHook
8
-
, tox
9
}:
10
11
buildPythonPackage rec {
···
20
checkInputs = [
21
factory_boy
22
faker
23
-
pytest-cov
24
pytestCheckHook
25
-
tox
26
];
27
28
# these tests require network access, but disabledTestPaths doesn't work.
···
3
, factory_boy
4
, faker
5
, fetchPypi
0
6
, pytestCheckHook
0
7
}:
8
9
buildPythonPackage rec {
···
18
checkInputs = [
19
factory_boy
20
faker
0
21
pytestCheckHook
0
22
];
23
24
# these tests require network access, but disabledTestPaths doesn't work.