tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pythonPackages.pip: disable tests
Frederik Rietdijk
9 years ago
344225ce
3e8e6695
+2
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
python-packages.nix
+2
pkgs/top-level/python-packages.nix
···
16344
16344
installFlags = [ "--ignore-installed" ];
16345
16345
16346
16346
buildInputs = with self; [ mock scripttest virtualenv pretend pytest ];
16347
16347
+
# Pip wants pytest, but tests are not distributed
16348
16348
+
doCheck = false;
16347
16349
};
16348
16350
16349
16351