-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unpin tox<4 #170
Comments
See #154 |
In order to maintain a backlog of relevant issues, we automatically label them as stale after 180 days of inactivity. If this issue is still important to you, then please comment on this issue and the stale label will be removed. Otherwise this issue will be automatically closed in 28 days time. |
How concerned are we about tox-conda's lack of resource? The PR for v4 compatibility - tox-dev/tox-conda#163 - has not moved for several months, and includes discussion about lack of maintainers. Obviously right now we can keep using Tox v3, but it is a matter of time before an incompatibility or security vulnerability surfaces with either Tox v3 or with tox-conda, one which is unlikely to be fixed. 💣 If use of Tox is motivated by the large community - thus precluding Nox or other niche products - then we could explore something with Makefiles, although that would not offer the same environment conveniences. See this thread for more: SciTools/iris#5184 (comment) |
Agreed, it's a concern, has been for a while. Difficult to judge the next best move, but a lot of folks are in the same position. I was experimenting with dropping We could drop the use of conda and roll with I guess there are alternative options out there, and I guess it all depends on how wedded we are to the current tooling. Bit of a stalemate, it seems, at the moment 😐 |
@trexfeathers However, there is tox-dev/tox-conda#163, which is an open PoC PR ... Still needs some effort, but looks promising 🤞 |
I know, I referenced it in my comment! Ironically I referenced it as a bad thing 😂 :
|
In order to maintain a backlog of relevant issues, we automatically label them as stale after 180 days of inactivity. If this issue is still important to you, then please comment on this issue and the stale label will be removed. Otherwise this issue will be automatically closed in 28 days time. |
In order to maintain a backlog of relevant issues, we automatically label them as stale after 180 days of inactivity. If this issue is still important to you, then please comment on this issue and the stale label will be removed. Otherwise this issue will be automatically closed in 28 days time. |
📰 Custom Issue
Unfortunately we've had to pin
tox<4
in the GHAs due to our use of thetox-conda
plugin not being fully compatible withtox
4.x.However, there is movement on this, see tox-dev/tox-conda#156
Require to unpin
tox
in the.github/workflows
:ci-locks.yml
ci-tests.yml
ci-wheels.yml
The text was updated successfully, but these errors were encountered: