python311Packages.torchsde: suppress pytest8 warnings

This commit is contained in:
Martin Weinelt
2024-03-17 23:23:46 +01:00
parent 40a8964141
commit 7b4532fb7d
@@ -52,6 +52,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
disabledTests = [
# RuntimeError: a view of a leaf Variable that requires grad is being used in an in-place operation.
"test_adjoint"