If you are a #python user, how many environments are on your workstation?
Not: do you use both virtualenv and conda, but how many environments have you set up using whatever package isolation tool(s) you prefer.
Do you use tox? I tried to get into it because of @brianokken’s @pytestdotorg book, but I lost daily practice with it
-
-
I did, but there were PATH gotchas (e.g., if you run tox from a git repo structured as pkg/__init__.py, all your tests still run against the un-built code - it's actually the reason I moved to using src/pkg). Now I just rely on CI for formal checks + conda for spot checks
-
I use tox on my local Linux box for aggressive testing of dependency version matrices, usually just before cutting a PyPI release. *Definitely* recommend the src/pkg config to avoid gotchas. For CI, I always just invoke pytest directly. I do have 'tox -e flake8' set up, tho.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.