-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Unable to run tox 3.13.1 #1354
Comments
Same thing on my side, tox 3.13.0 and 3.13.1 are creating a ".tox/.tox/" folder, which makes tox to crash few steps later. I had to revert to 3.12.1 which is working properly. |
Must be related some dependency of tox not being satisfied. we need to fix this, but in the meantime if you force reinstall dependencies should fix it for you👌 |
Definitely caused by #1328 |
I'll take a look at this one |
@lockefox you mentioned docker -- could you perhaps provide a |
Guys, can you please provide output for |
Is this fixed with 3.13.2? |
Something I've been hitting still and is ultra annoying: ERROR: cowardly refusing to delete The magic feature for refusing to delete the envdir needs some fixing. |
weird, what's inside of |
It's what we use to generate isolated builds, looks fine for me. Can we disable this check for anything inside the toxworkdir please?
|
I don't think we should disable it even for that, for instance it found a bug when someone was clobbering seems especially useful to keep it on if we find bugs like this :P |
Why is Line 713 in 2d2b2ae
|
probably just an oversight -- though I'm also seeing |
I think that is a CPython thing 👍 😄 I mean in case of Jython/IronPython include does not make much sense 🤔 |
should probably have |
Hello,
when disabled |
Other packages in my conda env use |
@michaelaye that has nothing to do with this particular issue I'm afraid that said, it has already been relaxed if you look at master: #1476 |
Having issues with tox 3.13.1 in my environment. 3.12.x works flawlessly. Others in my company are reporting no issues with tox launched from a py3 context. Unable to reproduce in another project yet
python: 2.7
environ: py27
os: ubuntu 16.02 docker
The process fails after creating a
.tox/.tox/
folder and never generates the expected.tox/py##
virtualenv folderstox.ini
tox --sitepackages -rvv
The text was updated successfully, but these errors were encountered: