Skip to content

Skip install for if package files are missing#46

Merged
ssbarnea merged 1 commit into
masterfrom
fix/skip_install
Dec 7, 2020
Merged

Skip install for if package files are missing#46
ssbarnea merged 1 commit into
masterfrom
fix/skip_install

Conversation

@ssbarnea

@ssbarnea ssbarnea commented Dec 7, 2020

Copy link
Copy Markdown
Member

Automatically set skip_install = True when both setup.py and
pyproject.toml are missing, allowing use with repositories that
do not have them.

Fixes: #35

Automatically set skip_install = True when both setup.py and
pyproject.toml are missing, allowing use with repositories that
do not have them.

Fixes: #35
@ssbarnea ssbarnea added the bug This issue/PR relates to a bug. label Dec 7, 2020
@ssbarnea ssbarnea merged commit c1bcbb2 into master Dec 7, 2020
@greg-hellings

Copy link
Copy Markdown
Contributor

Oh good, now I can delete an unnecessary line out of my tox.ini files!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug This issue/PR relates to a bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

failure to run when pyproject.toml or setup.py are missing

2 participants