python311Packages.pytest-examples: disable failing test

This commit is contained in:
Gaetan Lepage
2023-10-27 12:01:15 +02:00
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";