We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current CI workflows and local test and lint commands do not catch dependency incompatibilities.
For example, installing the repository for development on the master branch results in these errors:
master
ERROR: autopep8 1.6.0 has requirement pycodestyle>=2.8.0, but you'll have pycodestyle 2.7.0 which is incompatible.
A pip check command should be made part of the local and CI tests to make sure that our dependency tree is always clean.
The text was updated successfully, but these errors were encountered:
pvk-developer
Successfully merging a pull request may close this issue.
The current CI workflows and local test and lint commands do not catch dependency incompatibilities.
For example, installing the repository for development on the
master
branch results in these errors:A pip check command should be made part of the local and CI tests to make sure that our dependency tree is always clean.
The text was updated successfully, but these errors were encountered: