Skip to content
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

Pin to pytest 7. #2137

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Pin to pytest 7. #2137

merged 1 commit into from
Jan 31, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jan 30, 2024

There is an unusual test failure in raft-dask:

Exception: ModuleNotFoundError("No module named 'raft_dask.common.comms_utils'")

The tests started failing at the same time that pytest 8 was released. This PR tests with pytest==7.* to isolate the root cause (and fix it if it is the problem).

@bdice bdice changed the base branch from branch-24.04 to branch-24.02 January 30, 2024 23:31
@cjnolet cjnolet added bug Something isn't working non-breaking Non-breaking change labels Jan 30, 2024
@vyasr vyasr marked this pull request as ready for review January 31, 2024 01:12
@vyasr vyasr requested review from a team as code owners January 31, 2024 01:12
@raydouglass raydouglass merged commit c70d17a into rapidsai:branch-24.02 Jan 31, 2024
60 of 61 checks passed
rapids-bot bot pushed a commit that referenced this pull request May 8, 2024
This PR fixes the underlying issue that led us to pin pytest in #2137. For now, this PR leaves pytest pinned since there are other issues with pytest 8 and plugin interactions that have broken other RAPIDS libraries so I figured this was safer and we could relax the pin when the rest of RAPIDS does. However, if preferred I'm happy to undo the pinning in this PR too.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)
  - Ray Douglass (https://github.com/raydouglass)

URL: #2142
abc99lr pushed a commit to abc99lr/raft that referenced this pull request May 10, 2024
This PR fixes the underlying issue that led us to pin pytest in rapidsai#2137. For now, this PR leaves pytest pinned since there are other issues with pytest 8 and plugin interactions that have broken other RAPIDS libraries so I figured this was safer and we could relax the pin when the rest of RAPIDS does. However, if preferred I'm happy to undo the pinning in this PR too.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#2142
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants