Skip to content

Commit

Permalink
Upgrade nbval to keep compatibillity with pytest (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Mar 4, 2024
1 parent 720f16b commit f1a63b7
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 @@ -70,13 +70,13 @@ tests = [
"codecov",
"coverage",
"jupyter_packaging",
"nbval",
"nbval>=0.11.0",
"pytest-cov",
"pytest-jupyter",
"pytest-rerunfailures",
"pytest-tornasync",
"pytest-xdist",
"pytest",
"pytest>=7",
"requests-mock",
"wheel",
]
Expand Down

0 comments on commit f1a63b7

Please sign in to comment.