Skip to content

Commit

Permalink
Update pytest version (needed for Py 3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jun 9, 2022
1 parent 44ad659 commit 4af2215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ rtd = [
"sympy",
]
testing = [
"coverage<5.0",
"coverage~=6.4",
"beautifulsoup4",
"ipykernel~=5.5",
"ipython!=8.1.0", # see https://github.com/ipython/ipython/issues/13554
Expand All @@ -101,8 +101,8 @@ testing = [
"numpy",
# TODO: 1.4.0 has some warnings that need to be fixed in the tests.
"pandas<1.4",
"pytest~=5.4",
"pytest-cov~=2.8",
"pytest~=7.1",
"pytest-cov~=3.0",
"pytest-regressions",
"pytest-param-files~=0.3.3",
"sympy",
Expand Down

0 comments on commit 4af2215

Please sign in to comment.