Skip to content

Commit 8fcf978

Browse files
committed
tox-nb: update nbmake to make it work on 3.12
1 parent 0468ee5 commit 8fcf978

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ mkdocstrings = "^0.22.0"
7373
mkdocstrings-python-legacy = "^0.2.3"
7474
mknotebooks = "^0.8.0"
7575
mypy = "^1.5.1"
76-
nbmake = "^1.4.3"
76+
nbmake = "^1.5.4"
7777
ndlib = "^5.1.1"
7878
pydocstyle = "^6.3.0"
7979
pymdown-extensions = "^10.3"

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ commands =
3838
deps =
3939
pytest==7.4.2
4040
mesa==2.1.1
41-
nbmake==1.4.3
41+
nbmake==1.5.4
4242
commands = pytest examples/tests_on_toy_model.ipynb --nbmake --nbmake-timeout=300
4343

4444
[testenv:mypy]

0 commit comments

Comments
 (0)