You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change fixes tests with Pytest collection:
```
Using pytest
ImportError while loading conftest '/tmp/guix-build-python-asyncclick-8.2.2.2.drv-0/asyncclick-8.2.2.2/tests/conftest.py'.
tests/conftest.py:3: in <module>
from click.testing import CliRunner
E ModuleNotFoundError: No module named 'click'
```
Ref:
0 commit comments