Skip to content

Commit 9dc7d17

Browse files
crank up requirements
1 parent 275cd7d commit 9dc7d17

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

unittests/testZRecipes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ def testRunRecipe(self,notebookFile):
6363
_, error = p.communicate()
6464
logger.debug( f"{notebookFile} run in {time.time()-t0:1.2f}s" )
6565
if p.returncode != 0:
66-
logger.debug( f"Notebook {notebookFile} failed with error:\n {error}" )
66+
logger.error( f"When executing {cmd}:" )
67+
logger.error( f"Notebook {notebookFile} failed with error:\n {error}" )
6768
self.assertEqual(p.returncode,0)
6869

6970

unittests/test_requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
pandas
2-
ipynb
2+
ipynb>=0.5.0
33
plotly
4-
nbmake
4+
nbmake>=1.5.0
55
jupyter
6-
pytest
6+
pytest>=8.0.0
7+
py>=1.10.0
78
parameterized
89
matplotlib
910
redirector

0 commit comments

Comments
 (0)