mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
python312Packages.actdiag: revert to nose, disable tests on 3.12
This commit is contained in:
parent
48b283e71f
commit
cb1a1c9164
@ -3,7 +3,7 @@
|
||||
blockdiag,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pynose,
|
||||
nose,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
@ -27,8 +27,11 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ blockdiag ];
|
||||
|
||||
# tests rely on nose
|
||||
doCheck = pythonOlder "3.12";
|
||||
|
||||
nativeCheckInputs = [
|
||||
pynose
|
||||
nose
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user