tarsnapper: revert to nose, disable tests on 3.12

This commit is contained in:
Martin Weinelt 2024-07-09 01:27:34 +02:00
parent 06505fc4a6
commit 95a7ecdd4d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -35,8 +35,10 @@ python3Packages.buildPythonApplication rec {
pexpect
];
doCheck = python3Packages.pythonOlder "3.12";
nativeCheckInputs = with python3Packages; [
pynose
nose
];
# Remove standard module argparse from requirements