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
Setuptools has deprecated this. Lets run tests with coverage or tox or some other runner. My vote is for coverage so we can enforce / print out stats there.
- Use official 3.8 release
- Run tests via coverage + show coverage (setuptools has deprecated test option)
- Use black's recursive file finding abilities
Fixes#95
- Use official 3.8 release
- Run tests via coverage + show coverage (setuptools has deprecated test option)
- Use black's recursive file finding abilities
Fixes#95
Setuptools has deprecated this. Lets run tests with
coverage
ortox
or some other runner. My vote is for coverage so we can enforce / print out stats there.Setuptools Deprecation Issues for reference:
The text was updated successfully, but these errors were encountered: