Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
WEISS
Software Repositories
SNAPPY
scikit-surgerydavinci
Commits
dfa107ac
Commit
dfa107ac
authored
Feb 14, 2019
by
Thomas Dowrick
Browse files
Fix typo
parent
90699b38
Pipeline
#1439
failed with stage
in 5 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_Viewers.py
tests/test_Viewers.py
+1
-1
No files found.
tests/test_Viewers.py
View file @
dfa107ac
...
...
@@ -7,7 +7,7 @@ from sksurgeryutils.common_overlay_apps import OverlayOnVideoFeed
# pyint:disable=line-too-long
# GUI tests causing error on Linux CI-machine.
if
ys
.
platform
==
"linux"
:
if
s
ys
.
platform
==
"linux"
:
pytest
.
skip
(
"skipping GUI tests on linux CI"
,
allow_module_level
=
True
)
@
pytest
.
fixture
(
scope
=
"module"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment