flakes/inspect: mark test as pure

This commit is contained in:
Jörg Thalheim
2025-08-15 13:08:30 +02:00
parent e9401177b7
commit b221c29694

View File

@@ -9,7 +9,7 @@ if TYPE_CHECKING:
pass
@pytest.mark.impure
@pytest.mark.with_core
def test_flakes_inspect(
test_flake_with_core: FlakeForTest, capture_output: CaptureOutput
) -> None: