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 broken sdist support due to missing egg fragment #178

Merged
merged 5 commits into from
Dec 2, 2020

Conversation

cjolowicz
Copy link
Owner

Closes #127

@cjolowicz cjolowicz added the bug Something isn't working label Nov 29, 2020
Poetry does not include the src directory in the sdist archive, if a parent
directory of the project also contains a Poetry project. This is the case
because pytest-datadir copies the example project to a temporary directory,
and nox_poetry sets TMPDIR to a location under the session directory, via
session.create_tmp().
@cjolowicz cjolowicz merged commit 2135094 into master Dec 2, 2020
@cjolowicz cjolowicz deleted the fix-sdist-uninstall-step branch December 2, 2020 02:27
cjolowicz added a commit that referenced this pull request Mar 13, 2021
cjolowicz added a commit that referenced this pull request Mar 13, 2021
cjolowicz added a commit that referenced this pull request Mar 13, 2021
cjolowicz added a commit that referenced this pull request Mar 13, 2021
cjolowicz added a commit that referenced this pull request Mar 14, 2021
* Do not set TMPDIR when exporting to requirements.txt

* Adapt unit tests

* Remove obsolete workaround from #178

* Workaround an issue in Nox's types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue specifying DistributionFormat to install
1 participant