about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-quickcheck
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-08-15 16:04:02 -0700
committerJonathan Ringer <jonringer117@gmail.com>2020-08-15 17:32:07 -0700
commitbe127b0944c039045a28b9305b060f32d3184048 (patch)
tree47616aabeb2a867b460affdb06d71a2ac15fe795 /pkgs/development/python-modules/pytest-quickcheck
parenta2ba14e6ff964795cadd6d53b5606593fe079a1c (diff)
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
```
Diffstat (limited to 'pkgs/development/python-modules/pytest-quickcheck')
-rw-r--r--pkgs/development/python-modules/pytest-quickcheck/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pytest-quickcheck/default.nix b/pkgs/development/python-modules/pytest-quickcheck/default.nix
index 0748da14d939e..ec78329ff8d9b 100644
--- a/pkgs/development/python-modules/pytest-quickcheck/default.nix
+++ b/pkgs/development/python-modules/pytest-quickcheck/default.nix
@@ -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
   };
 }