We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754385d commit 8f0ff5eCopy full SHA for 8f0ff5e
tests/acceptance/test_acceptance.py
@@ -9,6 +9,7 @@
9
OUTPUT = HERE.parent.parent / "build/robot"
10
JUPYTER_SERVER_INFO = None
11
12
+
13
try:
14
import notebook
15
@@ -31,7 +32,7 @@ def test_robot():
31
32
env = dict(**os.environ)
33
robot_args = ["robot", "--consolecolors=on", f"--outputdir={OUTPUT}"]
34
- if NOTEBOOK_VERSION >= 7:
35
+ if NOTEBOOK_VERSION and NOTEBOOK_VERSION >= 7:
36
robot_args += ["--exclude", "app:classic"]
37
else:
38
robot_args += ["--exclude", "app:notebook"]
0 commit comments