-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
If TOX_WORK_DIR is indicated in the environment, honor it. #1653
Conversation
I've tried testing this change, but I'm unable to install it from source on Python 3.6 as found on Ubuntu Bionic:
sigh |
try setting |
Okay, so setting the encoding in the image allows tox to install, but now it's installing as version 0.0.0 and fails on startup:
|
ah, that'd be too-old pip or too-old setuptools (probably both actually) |
I'll bet I need to |
Indeed - upgrading pip worked! And I've confirmed that the change has some effect, but not the fully-intended effect:
There are several things not working as intended here.
|
This isn't an easy fix as I'd hoped. I'm giving up. I'd still like to see a fix for #20, but I'm already shaving too many yaks. |
Closes #20.
Contribution checklist:
(also see CONTRIBUTING.rst for details)
in message body
<issue number>.<type>.rst
for example (588.bugfix.rst)<type>
is must be one ofbugfix
,feature
,deprecation
,breaking
,doc
,misc
<your username>
"superuser
."CONTRIBUTORS
(preserving alphabetical order)