-
-
Notifications
You must be signed in to change notification settings - Fork 450
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
Update test_aliases.py #1658
Update test_aliases.py #1658
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please explain: why does this fix a problem for you?
It is the same thing 🤔
Because there are two identical files nested inside each other, python does not see the files that are necessary for the tests to work and issues the following error:
And after making this change, it turns out to run tests. And out of the running tests, 46 tests fall due to approximately the same problem) |
But when running these tests in docker, the tests pass even without modification, and only 2 tests fail, here they are:
|
I think this rather occurs due to a name collision. Since An example fix if |
These errors are due to missing postgis related packages |
Yes, I agree with you, it may be a folder naming problem. But what surprises me is that in each OS the results of running tests with changes are different ( |
#1667 have now changed the directory name for |
I have made things!
I created this PR in order to fix the error that caused the tests to not even run.
Related issues
Refs #1627