about summary refs log tree commit diff
path: root/pkgs/development/python-modules/werkzeug
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-12-14 16:31:26 +0000
committerGitHub <noreply@github.com>2020-12-14 16:31:26 +0000
commit6fa76f018b287f017f6d0e8b611bd173c490852c (patch)
tree2777d64cd5e5a39aadb3f63854b0e7d538e8c2fa /pkgs/development/python-modules/werkzeug
parentb37c00ab90d9f3216df7990d85ab863e2946a129 (diff)
python2Packages.cryptography: 2.9.2 -> 3.3.1 (#106792)
Fixes py2 build of pyOpenSSL:
https://github.com/NixOS/nixpkgs/issues/106275#issuecomment-743790876
Diffstat (limited to 'pkgs/development/python-modules/werkzeug')
-rw-r--r--pkgs/development/python-modules/werkzeug/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/werkzeug/default.nix b/pkgs/development/python-modules/werkzeug/default.nix
index a4146d4d3b12c..fd634e51796ec 100644
--- a/pkgs/development/python-modules/werkzeug/default.nix
+++ b/pkgs/development/python-modules/werkzeug/default.nix
@@ -21,9 +21,6 @@ buildPythonPackage rec {
     "test_get_machine_id"
   ];
 
-  # Python 2 pytest fails with INTERNALERROR due to a deprecation warning.
-  doCheck = isPy3k;
-
   meta = with stdenv.lib; {
     homepage = "https://palletsprojects.com/p/werkzeug/";
     description = "A WSGI utility library for Python";