mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
python312Packages.envs: revert to nose, disable tests on 3.12
This commit is contained in:
parent
b12ff378fe
commit
72a1b22d68
@ -5,7 +5,7 @@
|
||||
fetchPypi,
|
||||
jinja2,
|
||||
mock,
|
||||
pynose,
|
||||
nose,
|
||||
poetry-core,
|
||||
pythonOlder,
|
||||
terminaltables,
|
||||
@ -31,9 +31,12 @@ buildPythonPackage rec {
|
||||
terminaltables
|
||||
];
|
||||
|
||||
# test rely on nose
|
||||
doCheck = pythonOlder "3.12";
|
||||
|
||||
nativeCheckInputs = [
|
||||
mock
|
||||
pynose
|
||||
nose
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user