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
tox.ini: fix passing {posargs} in several environments
CONTRIBUTING.rst claims the following:
Or to only run tests in a particular test module on Python 3.6::
$ tox -e py36 -- testing/test_config.py
But without this patch, this doesn't work: the arguments after -- are
ignored and all tests are run.
0 commit comments