tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.gpapi: comment on disabled tests
DavHau
4 years ago
7ca0dd6c
1dce8840
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
gpapi
default.nix
+2
pkgs/development/python-modules/gpapi/default.nix
···
18
18
sha256 = "0ampvsv97r3hy1cakif4kmyk1ynf3scbvh4fbk02x7xrxn4kl38w";
19
19
};
20
20
21
21
+
# package doesn't contain unit tests
22
22
+
# scripts in ./test require networking
21
23
doCheck = false;
22
24
23
25
pythonImportsCheck = [ "gpapi.googleplay" ];