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
running python3 -m pytest
i get this output ImportError while importing test module '/home/watch/gitprojects/shallow-backup/tests/test_copies.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/test_copies.py:4: in <module> from shallow_backup import _copy_file, _copy_dir shallow_backup.py:2: in <module> import git E ModuleNotFoundError: No module named 'git'
The text was updated successfully, but these errors were encountered:
running
python3 -m pytest
i get this output
ImportError while importing test module '/home/watch/gitprojects/shallow-backup/tests/test_copies.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/test_copies.py:4: in <module> from shallow_backup import _copy_file, _copy_dir shallow_backup.py:2: in <module> import git E ModuleNotFoundError: No module named 'git'
The text was updated successfully, but these errors were encountered: