Releases: treebeardtech/nbmake
Releases · treebeardtech/nbmake
1.0
v1.0 Published new version
Add global timeout flag
Add timeout flag (#54) https://github.com/treebeardtech/nbmake/issues/50
Work with python 6.1.0
v0.10 lower min. pytest version (#49)
Remove deprecated pathlib dep
chore: remove pathlib dependency (#48) - the project targets python 3.6+ which have pathlib by default - the pathlib dependency in pyproject.toml is deprecated - it caused issues in poetry environment installation of nbmake Signed-off-by: IceTDrinker <49040125+IceTDrinker@users.noreply.github.com>
Fix bug with __init__.py files
v0.8 fix init file bug (#47)
Re-add ipykernel but allow 6.x
0.7 ipykernel (#44)
Remove ipykernel version constraint
v0.6 Remove IPYKernel pin (#43)
Test on windows
0.5 Test on windows (#32)
Improve error messages
v0.4 Improve err messages (#30)
Remove html reports
It is simpler to upload the results to github artifacts and download + view.