-
Notifications
You must be signed in to change notification settings - Fork 70
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
pytest requires certifi #247
Comments
What's I do see that some of the pubchem tests are missing the |
I've removed the lingering reference to pytest 3 in setup.py, in case that was causing the confusion. Also, all the pubchem tests are properly escaped, so they should be avoidable. I can add certifi if you still see the problem, but please give this a try first. |
It's pytest; I gues Debian renamed the executable to
pytest is at 4.6.11. If I remove the
Thanks, I mentioned that in #83 (comment) but never got around to file a new issue for it. In any case, I still get failures (also when cherry-picking cddeb41) like this, so the
See https://buildd.debian.org/status/fetch.php?pkg=qcelemental&arch=all&ver=0.17.0%2Bdfsg-2&stamp=1610282048&raw=0 for the full build log. |
huh. perhaps the error catching is misaligned with exactly the connectivity lack of the Debian build server settings. Would also, I'll be minting a v0.18.0 next week if you want to work from |
I took a hammer and just made the In the end it would be interesting to figure out what the |
Describe the bug
Running
pytest-3
I get spurious SSL certifications errors like:Expected behavior
Tests should pass or be skipped. If I install the certifi python package, the tests do succeed. I think
setup.py
should have certifi as a requirement and/or the tests should otherwise abort with a clear(er) error if certifi isn't there / SSL certificates aren't installed sohttps
requests fail.The text was updated successfully, but these errors were encountered: