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
{{ message }}
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
I believe this is actually part of the setuptools functionality, so I'm not sure if this is even possible.
When installing via the AUR, there is the option to add a check function which runs the tests when building. However, because the packages are installed straight from the Arch repositories, they are often the latest version - which requirements.txt specifies they are not to be. So far, it hasn't caused any issues aside from running the texts, it will complain about the incorrect versions of packages before completing the tests (and hence will fail).
It would be great if it was possible to run python setup.py test --no-check-dependencies` (or the like) which does not check the dependency versions.