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

Update docs to account for wheels. #698

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

cmc333333
Copy link
Contributor

Parsons is hosted on pypi as both a source distribution and a binary
wheel package. The later is faster, but skips over configurations in
setup.py (more specifically: whatever environment vars were set on the
building machine are the ones that stuck). To allow
PARSONS_LIMITED_DEPENDENCIES to work, we need to tell pip that it
should skip the wheel for Parsons.

Parsons is hosted on pypi as both a source distribution and a binary
wheel package. The later is faster, but skips over configurations in
setup.py (more specifically: whatever environment vars were set on the
building machine are the ones that stuck). To allow
`PARSONS_LIMITED_DEPENDENCIES` to work, we need to tell pip that it
should skip the wheel for Parsons.
@SorenSpicknall SorenSpicknall merged commit 4bc9bac into move-coop:main Jun 9, 2022
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.

2 participants