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
Now that direct execution of setup.py is deprecated, we shouldn't have
a custom setuptools command to run tests. Testing the package can be
done by running pytest directly, typically from within tox. Accordingly,
I'm removing the PyTest command from setup.py in this commit.
0 commit comments