Skip to content
New issue

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

fix: add ci requirements to ensure that dependency conflicts are avoided #167

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

alangsto
Copy link
Contributor

Both requirements defined in ci.txt and quality.txt make use of platformdirs. Because both ci.txt and quality.txt are requirements in dev.txt, ci.txt and quality.txt must share the same versions of dependencies.

My solution was to explicitly make quality.txt a requirement of ci.txt, which ensures that they share the same version of platformdirs.

@@ -1,5 +1,6 @@
# Requirements for running tests in CI
-c constraints.txt
-r quality.txt # Core and quality check dependencies
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what I added to fix make upgrade

@alangsto alangsto merged commit eb77d19 into master Nov 21, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants