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

Tweak the ordering of tox installs to trick the pip resolver. #1916

Merged
merged 2 commits into from Apr 30, 2023

Conversation

freakboy3742
Copy link
Member

Running tox -e py-cocoa (or any other backend) is currently failing on local installs because the ordering of dependencies in the install leads to recent versions of pip trying to resolve the toga-core install from the toga-cocoa install, rather than using the explicit reference to toga-cocoa.

Reordering the install order removes this problem.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@freakboy3742 freakboy3742 merged commit 1f41b9d into beeware:main Apr 30, 2023
43 checks passed
@freakboy3742 freakboy3742 deleted the local-tox branch April 30, 2023 05:13
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.

None yet

1 participant