You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are any contributors still using Tox to test locally?
I'm using pytest plugins that run flake8 and mypy all-in-one, or I run them seperately (if a test fails i don't care about flake8 until its fixed).
Locally I just test against whichever python I am using, as pushing to github actions tests in parallel, which is faster than running tox for me.
So with it not used in CI anymore, we could remove tox as a test-dependancy, unless people find it useful.
(I don't know if #1090 is still an issue with tox/make, as I don't use docker.)
Also is anyone still using Deepsource? (by anyone I guess I mean @Byron, lol) Or is it safe to remove the skipcq comments for that?
Thanks for bringing this up. I have the feeling that pytest is the norm by now and other tooling isn't anything that we have to support anymore as they don't provide a better development experience. Hence I am absolutely happy to remove tox from the project and the documentation - the README could probably use an update, maybe the contributing guide as well.
Also is anyone still using Deepsource?
I think it has been deactivated a while ago due to the noise it generated, please feel free to remove remaining traces of it :).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.
Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.
🎥 Watch TMZ Live
TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Are any contributors still using Tox to test locally?
I'm using pytest plugins that run flake8 and mypy all-in-one, or I run them seperately (if a test fails i don't care about flake8 until its fixed).
Locally I just test against whichever python I am using, as pushing to github actions tests in parallel, which is faster than running tox for me.
So with it not used in CI anymore, we could remove tox as a test-dependancy, unless people find it useful.
(I don't know if #1090 is still an issue with tox/make, as I don't use docker.)
Also is anyone still using Deepsource? (by anyone I guess I mean @Byron, lol) Or is it safe to remove the skipcq comments for that?
Beta Was this translation helpful? Give feedback.
All reactions