Skip to content

Commit

Permalink
python312Packages.oauthlib: disable failing test with pyjwt 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Aug 29, 2024
1 parent 6ea7566 commit 73c1748
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/oauthlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ buildPythonPackage rec {
pytestCheckHook
] ++ lib.flatten (lib.attrValues passthru.optional-dependencies);

disabledTests = [
# https://github.com/oauthlib/oauthlib/issues/877
"test_rsa_bad_keys"
];

pythonImportsCheck = [ "oauthlib" ];

passthru.tests = {
Expand Down

0 comments on commit 73c1748

Please sign in to comment.