[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
5ba3351b52
commit
5e6dc297c2
|
@ -1436,7 +1436,9 @@ def test_importorskip_module_not_found() -> None:
|
|||
pytest.importorskip("doesnotexist", exc=ModuleNotFoundError)
|
||||
|
||||
|
||||
def test_importorskip_module_not_found_raises_on_import_error(monkeypatch, tmp_path) -> None:
|
||||
def test_importorskip_module_not_found_raises_on_import_error(
|
||||
monkeypatch, tmp_path
|
||||
) -> None:
|
||||
on_path = tmp_path / "on_path"
|
||||
on_path.mkdir()
|
||||
|
||||
|
|
Loading…
Reference in New Issue