-
Notifications
You must be signed in to change notification settings - Fork 9
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
multi=False causes Errno 29 illegal seek during pytest teardown #205
Comments
is it just that pytests require the multi flag to be set? not sure this is a bug... |
hmm, I think it's not.. But what we should do in this case? Should we skip tests or set |
I think all the pypiper tests set look at all the existing pypiper tests. I think they're already doing that. This is just a known thing with pypiper, because pytest is capturing output. |
I am able to use
However, terminal gets filled with logging errors claiming that the pipeline failed:
This becomes exhausting if there is a test failure and you need to read the log. |
If you set the flag
multi=True
, it works fine and we no longer get the illegal seek error.Originally posted by @donaldcampbelljr in databio/bedboss#30 (comment)
The text was updated successfully, but these errors were encountered: