-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Release blocked by non-published test dependency pytest-virtualenv #2881
Comments
Confirmed. Good catch. I can see in https://github.com/pypa/setuptools/runs/4196605393?check_suite_focus=true this output:
So the v59 release was rejected. Pytest-virtualenv (and the other plugins in man-group/pytest-plugins) are poorly-maintained, so I'm not hopeful my pull request will be reviewed, accepted, released anytime soon. I'm not sure what to do with this other than to fork the project or port its functionality to another project. I've noticed that this project (Setuptools) already is using jaraco.envs for some of the tests requiring isolated environments for testing. Perhaps the best thing would be to migrate the tests to jaraco.envs. |
Hi @jaraco, I think a temporary solution is to overwrite the test dependency via Hopefully it will work |
Aha. I see this is now a dupe of #2880. |
I think that would be a positive change. I usually avoid pytest-virtualenv because it is not straight forward to use sometimes... |
I think there might be a problem with using:
in
setup.cfg
.I am almost sure PyPI forbid uploading packages with dependencies outside of PyPI.
pypa/build
may also have problems when parsing the dependencies for PEP517 style builds...Originally posted by @abravalheri in #2865 (comment)
The text was updated successfully, but these errors were encountered: