python311Packages.demes: test with pytest 7
This commit is contained in:
parent
ccaa2b9ff3
commit
a4c2f399b8
@ -5,7 +5,7 @@
|
||||
, ruamel-yaml
|
||||
, attrs
|
||||
, pythonOlder
|
||||
, pytestCheckHook
|
||||
, pytest7CheckHook
|
||||
, pytest-xdist
|
||||
, numpy
|
||||
}:
|
||||
@ -36,16 +36,11 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest7CheckHook
|
||||
pytest-xdist
|
||||
numpy
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
# pytest.PytestRemovedIn8Warning: Passing None has been deprecated.
|
||||
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
"tests/test_spec.py"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user