As these commands work on other people’s mac’s it would be good if you could put the full trace (copy your input commands, and the corresponding output) and put it in markdown format, i.e.
```bash
root@dokken-XPS-9320:~/shared/test# python3 -m pytest test
=========================================================================================================== test session starts ============================================================================================================
platform linux -- Python 3.10.4, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /root/shared, configfile: pyproject.toml
plugins: cov-4.0.0, anyio-3.6.2, xdist-2.5.0, forked-1.4.0
collected 0 items
========================================================================================================== no tests ran in 0.01s ===========================================================================================================
ERROR: file or directory not found: test
```