poetry2nix/tests/test-no-extras/test_no_extras/test_simple.py
2022-12-20 10:20:58 -05:00

6 lines
107 B
Python

import pytest
def test_simple():
with pytest.raises(ImportError):
import black # noqa: F401