Skip to content

Commit 17fa697

Browse files
Samoedisaac-chung
andauthored
CI: Set upper limit for xdist version (#3098)
* Commentout bibtex formatting * Remove `-n auto` * get back bibtex * try limiting versions * revert coverage * revert coverage --------- Co-authored-by: Isaac Chung <[email protected]>
1 parent 2b7089a commit 17fa697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ lint = [
9595
"bibtexparser>=1.4.3" # used for tests/test_citation_formatting.py
9696
]
9797
test = [
98-
"pytest>=8.3.4",
99-
"pytest-xdist>=3.6.1",
98+
"pytest>=8.3.4,<8.4.0",
99+
"pytest-xdist>=3.6.1,<3.7.0",
100100
"pytest-coverage>=0.0",
101-
"pytest-rerunfailures>=15.0",
101+
"pytest-rerunfailures>=15.0,<16.0",
102102
"iso639>=0.1.4", # used for tests/scripts/test_generate_model_meta.py
103103
]
104104
dev = [

0 commit comments

Comments
 (0)