Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve errors due to pytest 8 #86

Merged
merged 4 commits into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ testing = [
# pytest reporting
"pytest-reportlog ~= 0.1.2",
"nbclient",
"nbmake",
"nbmake == 1.5.*",
]
# dependencies for building documentation
docs = [
"jupyter-book ~= 0.13.1",
"jupyter-book ~= 0.15.0",
# "jupyter-cache ~= 0.4.3",
"jupyter-cache",
# the older version of nbmake goes with the older
Expand All @@ -81,8 +81,9 @@ docs = [
"nbclient",
"nbformat",
# markdown in Sphinx
"myst-nb ~= 0.13.2",
"myst-parser ~= 0.15.2",
# we don't specify these as we assume jupyter-book will install compatible versions
# "myst-nb ~= 0.17.1",
# "myst-parser ~= 0.18.0",
]
# For developers
dev = [
Expand Down
Loading