Second run of tox -e py
results in a test error for test marked with no_python2
#2367
Labels
C: maintenance
Related to project maintenance, e.g. CI, testing, policy changes, releases
Describe the bug
no_python2
test errors onmain
while following Black's docs for contributing.To Reproduce
Per docs:
The above works properly, however another run of
tox -e py
results in an error due to tox's usage of existingpy
environment causingno_python2
mark to be fulfilled:Expected behavior
No test errors.
Environment (please complete the following information):
Does this bug also happen on main?
Yes
Additional context
Originally posted in #2238 (#2238 (comment))
The text was updated successfully, but these errors were encountered: