Skip to content

Commit

Permalink
Exclude PyTest 8 (#689)
Browse files Browse the repository at this point in the history
There are some test issues cropping up in CI due to PyTest 8. Go ahead and pin PyTest as a workaround for now.

Authors:
  - https://github.com/jakirkham

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Gregory Lee (https://github.com/grlee77)

URL: #689
  • Loading branch information
jakirkham authored Jan 30, 2024
1 parent caade43 commit e29ebc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
- pytest-cov>=2.12.1
- pytest-lazy-fixture>=0.6.3
- pytest-xdist
- pytest>=6.2.4
- pytest>=6.2.4,<8.0.0a0
- python>=3.8,<3.11
- pywavelets>=1.0
- recommonmark
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- pytest-cov>=2.12.1
- pytest-lazy-fixture>=0.6.3
- pytest-xdist
- pytest>=6.2.4
- pytest>=6.2.4,<8.0.0a0
- python>=3.8,<3.11
- pywavelets>=1.0
- recommonmark
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ dependencies:
packages:
- GPUtil>=1.4.0
- psutil>=5.8.0
- pytest>=6.2.4
- pytest>=6.2.4,<8.0.0a0
- pytest-cov>=2.12.1
- pytest-lazy-fixture>=0.6.3
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test = [
"pytest-cov>=2.12.1",
"pytest-lazy-fixture>=0.6.3",
"pytest-xdist",
"pytest>=6.2.4",
"pytest>=6.2.4,<8.0.0a0",
"pywavelets>=1.0",
"tifffile>=2022.7.28",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit e29ebc7

Please sign in to comment.