Skip to content

Commit

Permalink
Pin pytest (#1707)
Browse files Browse the repository at this point in the history
* pin pytest

* pin to <=8.0.0 as requested
  • Loading branch information
fxmarty authored Feb 21, 2024
1 parent 037c982 commit 3321e56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"datasets",
]

# TODO: unpin pytest once https://github.com/huggingface/transformers/pull/29154 is merged & released
TESTS_REQUIRE = [
"accelerate",
"pytest",
"pytest<=8.0.0",
"requests",
"parameterized",
"pytest-xdist",
Expand Down

0 comments on commit 3321e56

Please sign in to comment.