mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
Move pytest pinning from individual tests to requirements-dev.txt until fixed. (#7327)
pytest 8.4.0 seems to break a number of our tests, rather than pinning in each individually, we should just put this in the requirements file until we resolve the issue. --------- Co-authored-by: Olatunji Ruwase <tjruwase@gmail.com>
This commit is contained in:
1
.github/workflows/cpu-torch-latest.yml
vendored
1
.github/workflows/cpu-torch-latest.yml
vendored
@ -48,7 +48,6 @@ jobs:
|
||||
|
||||
- name: Install deepspeed
|
||||
run: |
|
||||
pip install pytest==8.3.5
|
||||
pip install .[dev,autotuning]
|
||||
ds_report
|
||||
|
||||
|
1
.github/workflows/hpu-gaudi2-nightly.yml
vendored
1
.github/workflows/hpu-gaudi2-nightly.yml
vendored
@ -70,7 +70,6 @@ jobs:
|
||||
- name: Install deepspeed
|
||||
run: |
|
||||
pip install .[dev,autotuning]
|
||||
pip install pytest==8.3.5 # pin pytest to avoid issues with pytest 8.4.0
|
||||
ds_report
|
||||
|
||||
- name: Python environment
|
||||
|
1
.github/workflows/hpu-gaudi2.yml
vendored
1
.github/workflows/hpu-gaudi2.yml
vendored
@ -121,7 +121,6 @@ jobs:
|
||||
- name: Install deepspeed
|
||||
run: |
|
||||
pip install .[dev,autotuning]
|
||||
pip install pytest==8.3.5 # pin pytest to avoid issues with pytest 8.4.0
|
||||
ds_report
|
||||
|
||||
- name: Python environment
|
||||
|
@ -7,7 +7,7 @@ future
|
||||
importlib-metadata>=4
|
||||
mup
|
||||
pre-commit>=3.2.0
|
||||
pytest>=7.2.0
|
||||
pytest>=7.2.0,<8.4.0
|
||||
pytest-forked
|
||||
pytest-randomly
|
||||
pytest-xdist
|
||||
|
Reference in New Issue
Block a user