mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
python3Packages.pytest-examples: ignore pytest 10 deprecations
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user