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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user