Skip to content

Commit

Permalink
Merge pull request #4853 from neutrinoceros/test/pin_pytest
Browse files Browse the repository at this point in the history
TST: temporarily pin pytest<8.0
  • Loading branch information
Xarthisius authored Mar 13, 2024
2 parents 80cab1d + 5534497 commit 6ed9cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ doc = [
"jupyter-client>=8.3.1",
"nbsphinx>=0.9.3",
"nose~=1.3.7; python_version < '3.10'",
"pytest>=6.1",
"pytest>=6.1, <8.0",
"pyx>=0.15",
"sphinx>=7.2.5",
"sphinx-bootstrap-theme>=0.8.1",
Expand All @@ -217,7 +217,7 @@ minimal = [
]
test = [
"pyaml>=17.10.0",
"pytest>=6.1",
"pytest>=6.1, <8.0",
"pytest-mpl>=0.16.1",
"sympy!=1.10,!=1.9", # see https://github.com/sympy/sympy/issues/22241
"nose~=1.3.7; python_version < '3.10'",
Expand Down

0 comments on commit 6ed9cae

Please sign in to comment.