tarsnapper: revert to nose, disable tests on 3.12
This commit is contained in:
parent
06505fc4a6
commit
95a7ecdd4d
@ -35,8 +35,10 @@ python3Packages.buildPythonApplication rec {
|
||||
pexpect
|
||||
];
|
||||
|
||||
doCheck = python3Packages.pythonOlder "3.12";
|
||||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
pynose
|
||||
nose
|
||||
];
|
||||
|
||||
# Remove standard module argparse from requirements
|
||||
|
Loading…
Reference in New Issue
Block a user