pythonPackages.pytestquickcheck: mark broken
``` WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff642da90>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pytest-codestyle/ ERROR: Could not find a version that satisfies the requirement pytest-codestyle (from versions: none) ERROR: No matching distribution found for pytest-codestyle ```
This commit is contained in:
parent
a2ba14e6ff
commit
be127b0944
@ -15,5 +15,6 @@ buildPythonPackage rec {
|
||||
license = licenses.asl20;
|
||||
homepage = "https://pypi.python.org/pypi/pytest-quickcheck";
|
||||
description = "pytest plugin to generate random data inspired by QuickCheck";
|
||||
broken = true; # missing pytest-codestyle
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user