Skip to content
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

Open
stanedav opened this issue Jan 4, 2021 · 3 comments
Open

Failed quickstart test #158

stanedav opened this issue Jan 4, 2021 · 3 comments

Comments

@stanedav
Copy link

stanedav commented Jan 4, 2021

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?

@jdidion
Copy link
Collaborator

jdidion commented Jan 4, 2021

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 curl or wget - using the exact URL (https://github.com/ekg/freebayes/raw/65251646f8dd9c60e3db276e3c6386936b7cf60b/test/tiny/NA12878.chr22.tiny.bam).

@jdidion
Copy link
Collaborator

jdidion commented Jan 4, 2021

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.

@jdidion
Copy link
Collaborator

jdidion commented Jan 4, 2021

It was reported that fixing the SSL issue resolved the initial problem, but the test still fails with the attached error log.
err2.txt

This was referenced Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants