Conversation
|
Thanks @marload. This looks like a bug that should not just be ignored. |
|
ping @Zac-HD |
|
Should the same be applied to |
Yes, |
|
I would suggest adding Because this mode is really just checking for packaging or config related regressions rather than looking for bugs, it should probably set use the Lines 16 to 20 in c31ba76 I'd be happy to write the PR for that, if someone can show me how to tell if we're running |
Calling |
Another problem with this approach is that it doesn't catch the case where cd numpy/lib/tests
pytest test_function_base.pyThis creates a |
Sounds good! Assuming you mean "does invoking
gitignoring You're correct though that it would be better to force the database dir to always be at the repo root. I'll set that up too, so that the cache is shared regardless of the working directory from which |
Understood - my point was that I prefer a solution that cleans up any |
|
The PR I've opened ensures that we avoid generating a |
Clarifying: do you know if there is a mechanism to convince pytest not to create a |
I think adding |
I ran the test using
np.test(). Then the.hypothesisdirectory was created. This seems to a byproduct of the test.