Skip to content

Restore usedevelop=True now that pip 19.1.1 restored the old behavior#5222

Merged
nicoddemus merged 1 commit into
pytest-dev:masterfrom
nicoddemus:restore-usedevelop
May 7, 2019
Merged

Restore usedevelop=True now that pip 19.1.1 restored the old behavior#5222
nicoddemus merged 1 commit into
pytest-dev:masterfrom
nicoddemus:restore-usedevelop

Conversation

@nicoddemus

Copy link
Copy Markdown
Member

Fix #5167

@asottile asottile left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@nicoddemus nicoddemus merged commit d76735f into pytest-dev:master May 7, 2019
@nicoddemus nicoddemus deleted the restore-usedevelop branch May 7, 2019 13:01
@blueyed

blueyed commented May 14, 2019

Copy link
Copy Markdown
Contributor

@asottile

Copy link
Copy Markdown
Member

this is part of the changes in latest tox which defaults to the bundled version of pip w/ virtualenv instead of unconfigurably reaching to pypi for the latest version

we can opt into the unpinned behaviour by setting download=true on the testenv -- or I can bug @gaborbernat to make a virtualenv release with pip 19.1.1 😆

@asottile

Copy link
Copy Markdown
Member

actually, looks like that's already in motion! pypa/virtualenv@be82612

@gaborbernat

Copy link
Copy Markdown
Contributor

Doing the new release is a WIP... Will probably do it in the morning.

@gaborbernat

Copy link
Copy Markdown
Contributor

Done via pypa/virtualenv#1357

@blueyed

blueyed commented May 15, 2019

Copy link
Copy Markdown
Contributor

Thanks!

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.

pip 19.1 prevents pytest from being used in editable mode

4 participants