Skip to content

Commit

Permalink
tox-nb: update nbmake to make it work on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AldoGl committed Sep 10, 2024
1 parent 0468ee5 commit 8fcf978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mkdocstrings = "^0.22.0"
mkdocstrings-python-legacy = "^0.2.3"
mknotebooks = "^0.8.0"
mypy = "^1.5.1"
nbmake = "^1.4.3"
nbmake = "^1.5.4"
ndlib = "^5.1.1"
pydocstyle = "^6.3.0"
pymdown-extensions = "^10.3"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands =
deps =
pytest==7.4.2
mesa==2.1.1
nbmake==1.4.3
nbmake==1.5.4
commands = pytest examples/tests_on_toy_model.ipynb --nbmake --nbmake-timeout=300

[testenv:mypy]
Expand Down

0 comments on commit 8fcf978

Please sign in to comment.