lol

python311Packages.pytest-examples: disable failing test

authored by

Gaetan Lepage and committed by
Jörg Thalheim
959de19f 68df99a4

+6
+6
pkgs/development/python-modules/pytest-examples/default.nix
··· 56 56 "pytest_examples" 57 57 ]; 58 58 59 + disabledTests = [ 60 + # Test fails with latest ruff v0.1.2 61 + # See https://github.com/pydantic/pytest-examples/issues/26 62 + "test_ruff_error" 63 + ]; 64 + 59 65 meta = with lib; { 60 66 description = "Pytest plugin for testing examples in docstrings and markdown files"; 61 67 homepage = "https://github.com/pydantic/pytest-examples";