Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
1cbe0b27
Unverified
Commit
1cbe0b27
authored
Jul 01, 2023
by
Rhett Ying
Committed by
GitHub
Jul 01, 2023
Browse files
[CI] skip go tests
parent
4bc256b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/scripts/task_go_test.sh
tests/scripts/task_go_test.sh
+2
-1
No files found.
tests/scripts/task_go_test.sh
View file @
1cbe0b27
...
...
@@ -23,4 +23,5 @@ popd
export
LC_ALL
=
C.UTF-8
export
LANG
=
C.UTF-8
python3
-m
pytest
-v
--junitxml
=
pytest_go.xml
--durations
=
100 tests/go/test_model.py
||
fail
"go"
# Skip go tests due to ImportError: cannot import name 'cached_property' from 'functools' in python3.7
#python3 -m pytest -v --junitxml=pytest_go.xml --durations=100 tests/go/test_model.py || fail "go"
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