We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6678c90 commit e18b6f5Copy full SHA for e18b6f5
tests/primer/test_primer_stdlib.py
@@ -48,6 +48,7 @@ def _patch_stdout(out: io.StringIO) -> Iterator[None]:
48
@pytest.mark.parametrize(
49
("test_module_location", "test_module_name"), MODULES_TO_CHECK, ids=MODULES_NAMES
50
)
51
+@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning")
52
def test_primer_stdlib_no_crash(
53
test_module_location: str, test_module_name: str, capsys: CaptureFixture
54
) -> None:
0 commit comments