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:
Jonathan Ringer 2020-08-15 16:04:02 -07:00
parent a2ba14e6ff
commit be127b0944
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -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
};
}