pypyPackages.random2: disable tests
This commit is contained in:
parent
c59ef6af6f
commit
e9e5ff8776
@ -2749,6 +2749,8 @@ rec {
|
||||
|
||||
random2 = pythonPackages.buildPythonPackage rec {
|
||||
name = "random2-1.0.1";
|
||||
|
||||
doCheck = !isPyPy;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/r/random2/${name}.zip";
|
||||
|
Loading…
Reference in New Issue
Block a user