-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
re-enable tests on windows #193
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
windows test failures. I wonder if setuptools is to blame :)
|
No change, these test failures are all |
@akrherz thanks for taking a look at this! I think those failing tests marked with |
But, it's a bit strange that we don't see the errors that were reported in #192 (or discomforting, because that would mean that a green build here doesn't necessarily mean that it will be fixed) |
Totally agreed, it must be some strange combination of installed packages and perhaps their import order at play here. Hopefully some benevolent windows-savoy user can figure this out, I have little expertise on windows :( |
See my explanation at #192 (comment), which explains why the tests are passing here. Would you like to reopen the PR? (it's worth to get the tests working anyway) |
@jorisvandenbossche , I didn't have the tests working though as it appears the way we are building fiona on windows is "wheel-ish" ? |
Yes, but as mentioned above, we should simply skip those tests, as they are only meant to be working when running from a wheel installation (so it's expected that those tests fail in conda's case, they also fail locally for me) |
I think that is my point @jorisvandenbossche , these failing tests are marked as |
It's only a pytest mark, and not skipped automatically, so we will have to manually skip those (if the pytest marks work, you can normally do |
The github UI did not permit me to reopen this PR, so made #195 now. |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Re-enabling tests per windows build fun with #192