We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See pypa/setuptools#1684
I think that we should therefore consider alternatives.
The text was updated successfully, but these errors were encountered:
Since the test command currently does nothing more than call pytest, I think that should be no problem. I see two options how to handle this:
test
Perform the following steps instead to use pytest:
pip install pytest py.test
We just have to make sure that it will still be possible to give the pytest options in setup.cfg.
setup.cfg
The second options would be to migrate to tox.
Sorry, something went wrong.
The latest version of setuptools has now removed the test command and CI now fails. This makes the replacement urgent.
volkm
No branches or pull requests
See pypa/setuptools#1684
I think that we should therefore consider alternatives.
The text was updated successfully, but these errors were encountered: