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
Trying to run the tests directly (without using the coverage command) currently fails because unittest.begin() is not a valid method. This should be replaced with with unittest.main().
Fixing this (and running tests standalone) will break one of the formatannotation tests, as the expected result depends on how the tests are run.
The text was updated successfully, but these errors were encountered:
That is the release that < in markers started working.
This still gives a poor user experience when an older setuptools is
installed, but at least folk reading setup.py will see the version
they need.
Trying to run the tests directly (without using the
coverage
command) currently fails becauseunittest.begin()
is not a valid method. This should be replaced with withunittest.main()
.Fixing this (and running tests standalone) will break one of the
formatannotation
tests, as the expected result depends on how the tests are run.The text was updated successfully, but these errors were encountered: