-
Notifications
You must be signed in to change notification settings - Fork 154
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 cuspatial tests and dependency. #1253
Re-enable cuspatial tests and dependency. #1253
Conversation
I was a bit out of loop of this in 23.08, in which PR did cuproj 23.08 tests become disabled? |
They weren't disabled in 23.08, they were disabled in the 23.08 -> 23.10 merge commit because of the dependency that cuproj has on cuspatial, which caused ci to load the cuspatial-nightly build instead of the in-PR build of cuspatial, running cuproj 23.10 tests against cuspatial 23.08. |
dependencies.yaml
Outdated
@@ -442,3 +442,4 @@ dependencies: | |||
- pytest-cov | |||
- pytest-xdist | |||
- geopandas>=0.11.0 | |||
- cuspatial=23.10.* |
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.
- cuspatial=23.10.* | |
- cuspatial==23.10.* |
And re-run pre-commit.
/ok to test |
@thomcom your .devcontainer folder doesn't match the latest for 23.10, which has separate folders:
|
Please remember: /ok to test |
/ok to test |
/ok to test |
/ok to test |
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.
One dependency request. Remember to run pre-commit run
before committing when you make this change.
Co-authored-by: Mark Harris <[email protected]>
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/merge |
Description
A poorly understood cuproj->cuspatial dependency required that cuspatial be removed from cuproj's tests during the 23.08->23.10 merge rebase. This PR re-enables those tests.
Checklist