Skip to content

Commit

Permalink
Merge pull request #325777 from jnsaff/patch-1
Browse files Browse the repository at this point in the history
pypass: disables tests on python 3.12 as nose does not support it
  • Loading branch information
mweinelt committed Jul 9, 2024
2 parents 9984f09 + 7ccddbd commit 7d5b8ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/pypass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
pbr,
pexpect,
pythonAtLeast,
pythonOlder,
substituteAll,
tree,
xclip,
Expand Down Expand Up @@ -54,6 +55,8 @@ buildPythonPackage rec {
pexpect
];

doCheck = pythonOlder "3.12";

nativeCheckInputs = [ nose ];

# Configuration so that the tests work
Expand Down

0 comments on commit 7d5b8ff

Please sign in to comment.