-
Notifications
You must be signed in to change notification settings - Fork 22
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
test suite fails hypothesis
is in the environment (a test dependency of pytest)
#54
Comments
Note: the same test failures are observed when using Pytest 5.3.5. |
Try checking if disabling the |
Also, verify you can reproduce this with the latest master. Note that currently there's no CI integrated (there was Travis but it got deprecated, disconnected, and never migrated). |
Thanks for the answer! Unfortunately, I don't much control over the presence of However, I was able to test the build with a variant of the pytest package which comes with no dependency, and it worked!
So the problem is indeed that the test suite fails in the presence of the |
hypothesis
dependency is present (an optional dependency of pytest)
hypothesis
dependency is present (an optional dependency of pytest)hypothesis
is in the environment (an optional dependency of pytest)
hypothesis
is in the environment (an optional dependency of pytest)hypothesis
is in the environment (an test dependency of pytest)
hypothesis
is in the environment (an test dependency of pytest)hypothesis
is in the environment (a test dependency of pytest)
Try adding |
So from your log it seems that |
Hmm,
|
I think it's because it should be applied to the underlying invocation in tests. |
Hi,
I'm trying to update this package to 1.3.0 on GNU Guix, but I'm encountering the following test failures:
The only direct dependency is pytest 6.2.4, but if you'd like to see the whole list of transitive dependencies used, here it is:
The text was updated successfully, but these errors were encountered: