-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BLD/TST: correct pytz version for tox #4495
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
Conversation
hm wonder if this should be reported to upstream pytz? i seem to remember this working without a version at some point... |
Was failing for me, could be related to #4210? |
ah forgot about that...i don't follow |
FYI here's the error I get for attempting a clean build with tox without a version for pytz. It actually looks like tox is using pip 1.4 regardless of what version the local env is using (I've got pip 1.2 in the virtualenv I'm using).
|
yep i get that too i just remember the 2012 pytz versions working w/o this... |
Also I'm using the latest tox
|
i also am really 👎 on this not removing of build directories when i try to update my env packages |
BLD/TST: correct pytz version for tox
thanks @Komnomnomnom |
Tox fails to build pandas without a specific version of pytz.