Skip to content

Commit 0ffca95

Browse files
authored
Remove pytest from dependencies (pytorch#18188)
### Summary Fixes pytorch#15379 Release notes: build ### Test plan Build via CI
1 parent 8008cd2 commit 0ffca95

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ dependencies=[
6161
"packaging",
6262
"pandas>=2.2.2; python_version >= '3.10'",
6363
"parameterized",
64-
"pytest<9.0",
65-
"pytest-xdist",
66-
"pytest-rerunfailures==15.1",
67-
"pytest-json-report",
6864
"pytorch-tokenizers",
6965
"pyyaml",
7066
"ruamel.yaml",

requirements-dev.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ zstd # Imported by resolve_buck.py.
1010
certifi # Imported by resolve_buck.py.
1111
lintrunner==0.12.7
1212
lintrunner-adapters==0.13.0
13+
14+
pytest<9.0
15+
pytest-xdist
16+
pytest-rerunfailures==15.1
17+
pytest-json-report

0 commit comments

Comments
 (0)