Conversation
|
For some reason There is no mention of "atomicwrites" with |
|
Seems to be related to my checkout. It works when using a fresh clone. But apart from that I think this PR might still make sense, at least partly (without the usedevelop removal). |
|
It also works for me here. Perhaps you need to force tox to recreate the environment using |
|
I could fix
Apparently this gets used instead of |
|
That I wouldn't know. 😁 |
|
Yes, looks like something strange/unexpected with setuptools/pip. Using Maybe there is something that could be specified in |
|
nope, this is and will stay a mess due to setuptools legacy ^^ |
|
|
||
| [testenv:docs] | ||
| skipsdist = True | ||
| usedevelop = True |
There was a problem hiding this comment.
usedevelop should stay
|
Amended. |
|
Huh? Why is squash-and-merge in the Github UI not enabled? |
|
@blueyed all history editing should be explicit and consensual - squash merge makes it really easy to do it wrong |
|
Well, I disagree - especially with regard to the Github UI. |
OLD DESCRIPTION:
I had to add atomicwrites to deps to fix:
I do not know why this is not failing on Travis, where atomicwrites gets
installed for some reason [1].
Removing
usedevelop = Truealso fixes it, apparently since theninstall_requiresfromsetup.pygets used.1: https://travis-ci.org/pytest-dev/pytest/jobs/388958175#L470