New comment by bobertlo on void-packages repository https://github.com/void-linux/void-packages/pull/34490#issuecomment-991892684 Comment: > > ``` > > # pytest marked deprecated, suggests using tox (which does not test against system packages) > > ``` > > Where exactly is this comment from? They migrated to pytest in september, so I would assume it's not already deprecated. When I got the tests running with their deps installed and pytest it still says: ``` WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox ``` The Tox tests install their own python3-venv and download package dependencies with pip. @dotnetfox the tests will run but give that warning message and I did find that code you mentioned as well as figure out all the dependencies. I think they have some proprietary secret sauce going on with these tests. I got the test failures down to like 300-ish (out of ~30,000) and they were all saying invalid AWS credentials. I spent a decent chunk of time on two different nights trying to get these tests to run.