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
At the moment, only a subset of pytest command-line arguments are available for python setup.py test, and the rest need to be passed by -a, e.g. python setup.py test -a "-x". It would be nice to simply pass any unrecognized arguments to pytest for simplicity.