-
Notifications
You must be signed in to change notification settings - Fork 8
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
Failed quickstart test #158
Comments
I don't think you're making a mistake. The issue seems to be with the availability of the file. Can you please make sure you can manually download the file - i.e. through your browser or using |
Oh I see - this is the issue: urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)>. Please see https://stackoverflow.com/questions/50236117/scraping-ssl-certificate-verify-failed-error-for-http-en-wikipedia-org for the solution. |
It was reported that fixing the SSL issue resolved the initial problem, but the test still fails with the attached error log. |
Hello, I am trying to setup pytest-wdl for testing my wdl scripts. I installed the package and I am trying to run example quickstart from your github.
The command I am running is:
pytest -s -vv --show-capture=all
But it failed on:
RuntimeError: Error localizing url https://github.com/ekg/freebayes/raw/65251646f8dd9c60e3db276e3c6386936b7cf60b/test/tiny/NA12878.chr22.tiny.bam
(Whole log is here:
[err.txt](https://github.com/EliLillyCo/pytest-wdl/files/5764732/err.txt
Could you please help me, to find where I am making a mistake?
The text was updated successfully, but these errors were encountered: