-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove unused coveralls requirement #2516
Conversation
So, it's still in the txt files??? Are they not generated here? |
They need to be regenerated (pip-compiled) locally, it's not automatic |
I see the tox environment, but when in the top directory of a new clone I run
Ubuntu 20.04. |
I think that's for a different purpose (but is also broken and needs fixing) To pin new requirements - |
Added in: bb93ee7 ("Test python 3.5, and use coveralls and pylint.", 2016-03-10)
OK. That's fixed now. |
That's with Ubuntu 20.04's own tox-3.13, works fine with tox 4.18.1 |
Somewhat expected - that tox command uses Possibly Also we possibly want another tox command - |
Added in:
bb93ee7 ("Test python 3.5, and use coveralls and pylint.", 2016-03-10)
Looks like it was added for use with Travis. If we want to use a similar service on GitHub then there are Actions available.