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
Use `python3` instead of `python`. Command `python` is not available
by default on distributions such as Ubuntu 22.04.
Command `pytest` is not available on distributions such as Ubuntu 22.04,
only `pytest-3` is available. Work around by running `python -m pytest`
instead of `pytest` as suggested by README.Debian:
https://salsa.debian.org/python-team/packages/pytest/-/blob/master/debian/README.Debian
0 commit comments