Skip to content

Commit

Permalink
Remove pytest pin (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 21, 2024
1 parent 52e5831 commit 9019037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ qtpng = ["pyqtwebengine>=5.15"]
qtpdf = ["nbconvert[qtpng]"]
webpdf = ["playwright"]
test = [
"pytest>=7,<8",
"pytest>=7",
"ipykernel",
"ipywidgets>=7.5",
"flaky",
Expand Down

0 comments on commit 9019037

Please sign in to comment.