python311Packages.torchsde: test with pytest_7

This commit is contained in:
Martin Weinelt 2024-03-24 17:07:01 +01:00
parent c7eb0179e3
commit 9d9885e949
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -13,7 +13,7 @@
, trampoline , trampoline
# tests # tests
, pytestCheckHook , pytest7CheckHook
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -49,11 +49,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "torchsde" ]; pythonImportsCheck = [ "torchsde" ];
nativeCheckInputs = [ nativeCheckInputs = [
pytestCheckHook pytest7CheckHook
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
]; ];
disabledTests = [ disabledTests = [