Replies: 1 comment 5 replies
-
Did you try with the latest commit on the rewrite, 05c23cb should fix that. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I suspect that tox4 does something different when it comes to passenv because I found a very weird bug:
tox -e py36
passed as expected buttox4 -e py36
fails.So far, this happens only with py36 and only on macos on https://github.com/sphinx-contrib/sphinxcontrib-programoutput/ project.
I will make PR to try to reproduce it on CI.
The first thing that went into my mind was that maybe LANG, LC_ALL or LC_CTYPE were not passed, but is not that.
Update: is not macos specific but it it seems related to py36, sometimes. See sphinx-contrib/sphinxcontrib-programoutput#22
Beta Was this translation helpful? Give feedback.
All reactions