Merge pull request #325777 from jnsaff/patch-1

pypass: disables tests on python 3.12 as nose does not support it
This commit is contained in:
Martin Weinelt
2024-07-09 14:19:55 +02:00
committed by GitHub
@@ -12,6 +12,7 @@
pbr,
pexpect,
pythonAtLeast,
pythonOlder,
substituteAll,
tree,
xclip,
@@ -54,6 +55,8 @@ buildPythonPackage rec {
pexpect
];
doCheck = pythonOlder "3.12";
nativeCheckInputs = [ nose ];
# Configuration so that the tests work