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
3
, factory_boy
4
4
, faker
5
5
, fetchPypi
6
6
-
, pytest-cov
7
6
, pytestCheckHook
8
8
-
, tox
9
7
}:
10
8
11
9
buildPythonPackage rec {
···
20
18
checkInputs = [
21
19
factory_boy
22
20
faker
23
23
-
pytest-cov
24
21
pytestCheckHook
25
25
-
tox
26
22
];
27
23
28
24
# these tests require network access, but disabledTestPaths doesn't work.