Skip to content

Commit c810cc0

Browse files
Allow pytest 7 (#64)
1 parent 1371c9e commit c810cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nbmake = "nbmake.pytest_plugin"
1515

1616
[tool.poetry.dependencies]
1717
pydantic = "^1.7.2"
18-
pytest = "^6.1.0"
18+
pytest = ">=6.1.0"
1919
python = "^3.6.1"
2020
nbclient = "^0.5.5"
2121
nbformat = "^5.0.8"

0 commit comments

Comments
 (0)