Skip to content

Commit 3321e56

Browse files
authored
Pin pytest (#1707)
* pin pytest * pin to <=8.0.0 as requested
1 parent 037c982 commit 3321e56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
"datasets",
2424
]
2525

26+
# TODO: unpin pytest once https://github.com/huggingface/transformers/pull/29154 is merged & released
2627
TESTS_REQUIRE = [
2728
"accelerate",
28-
"pytest",
29+
"pytest<=8.0.0",
2930
"requests",
3031
"parameterized",
3132
"pytest-xdist",

0 commit comments

Comments
 (0)