Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Sep 22, 2023
1 parent 754385d commit 8f0ff5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/acceptance/test_acceptance.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
OUTPUT = HERE.parent.parent / "build/robot"
JUPYTER_SERVER_INFO = None


try:
import notebook

Expand All @@ -31,7 +32,7 @@ def test_robot():
env = dict(**os.environ)
robot_args = ["robot", "--consolecolors=on", f"--outputdir={OUTPUT}"]

if NOTEBOOK_VERSION >= 7:
if NOTEBOOK_VERSION and NOTEBOOK_VERSION >= 7:
robot_args += ["--exclude", "app:classic"]
else:
robot_args += ["--exclude", "app:notebook"]
Expand Down

0 comments on commit 8f0ff5e

Please sign in to comment.