poetry2nix/tests/test-no-extras/test_no_extras/test_simple.py

7 lines
107 B
Python
Raw Normal View History

2022-12-11 12:15:55 -05:00
import pytest
def test_simple():
with pytest.raises(ImportError):
import black # noqa: F401