Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Disable setup.py test dependency version checks #46

Description

@modelmat

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions