From d515fcf049c00b51bb181a7058b4cb63636469a5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 10 May 2021 17:37:30 +0200 Subject: [PATCH] Revert "python3Packages.pyjwt: disable failing test for 1.7.1" This reverts commit b56bd9afccf63152eb59f891863458049aa4a8e3. --- pkgs/development/python-modules/pyjwt/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/pyjwt/default.nix b/pkgs/development/python-modules/pyjwt/default.nix index 104dadbd396..4617869988f 100644 --- a/pkgs/development/python-modules/pyjwt/default.nix +++ b/pkgs/development/python-modules/pyjwt/default.nix @@ -29,11 +29,6 @@ buildPythonPackage rec { pytestCheckHook ]; - disabledTests = lib.optionals (lib.versionOlder version "2.0") [ - # ecdsa changed internal behavior, required if one does 1.7.1 overriding - "ec_verify_should_return_false_if_signature_invalid" - ]; - pythonImportsCheck = [ "jwt" ]; meta = with lib; {