python311Packages.pytest-examples: disable failing test
This commit is contained in:
committed by
Jörg Thalheim
parent
68df99a496
commit
959de19ff6
@@ -56,6 +56,12 @@ buildPythonPackage rec {
|
||||
"pytest_examples"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Test fails with latest ruff v0.1.2
|
||||
# See https://github.com/pydantic/pytest-examples/issues/26
|
||||
"test_ruff_error"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Pytest plugin for testing examples in docstrings and markdown files";
|
||||
homepage = "https://github.com/pydantic/pytest-examples";
|
||||
|
||||
Reference in New Issue
Block a user