Tox and Deepsource · gitpython-developers/GitPython · Discussion #1293
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?