-
Notifications
You must be signed in to change notification settings - Fork 34
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
Conda patch for None vs empty string change #33
Conversation
Signed-off-by: Stephen L Arnold <[email protected]>
Signed-off-by: Stephen L Arnold <[email protected]>
Signed-off-by: Stephen L Arnold <[email protected]>
Hmm, I was busy the other day so I only tested the conda build, but now I'm seeing the same breakage (change) when running the usual tox environments in my local checkout; applying the patch makes everything green again. That said, it's not clear at all what the actual root cause is. Also it appears the conda patch isn't just for conda now... |
* release workflow: restrict pypi upload to repo owner * tox.ini: replace deprecated pep517 module, update deploy url Signed-off-by: Stephen L Arnold <[email protected]>
...
(a few minutes later)
|
Hmm. I get the following with Python 3.7:
Could it be that the behavior changed in Python 3.8+? Perhaps taking the test out is best if Python's behavior is inconsistent. |
This seems to be related to #27 |
So much (global) Python churn I have no idea why this changed; actually I was hoping you had an answer for that... Anyway, I dropped a patch for the conda recipe just in case. I haven't seen this issue crop up in conda-forge at all, so, go figure...