python3Packages.pytest-examples: ignore pytest 10 deprecations

This commit is contained in:
Martin Weinelt
2026-07-13 23:55:19 +02:00
parent 8e807f7750
commit 430ee4ec95

View File

@@ -44,6 +44,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pytest_examples" ];
pytestFlags = [
"-Wignore::pytest.PytestRemovedIn10Warning"
];
disabledTests = [
# Fails with AssertionError because formatting is different than expected
"test_black_error"