Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silx
bob
silx
Commits
e234c4f0
Commit
e234c4f0
authored
May 12, 2021
by
Thomas Vincent
Browse files
use pytest --ignore-glob
parent
6d020852
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e234c4f0
...
...
@@ -223,7 +223,7 @@ manylinux2014_test_cp39:
# Pre-install numpy, h5py and fabio from silx.org
-
pip install --pre --trusted-host www.silx.org --find-links http://www.silx.org/pub/wheelhouse/ --only-binary numpy,h5py,fabio numpy h5py fabio
-
pip install --pre --find-links artifacts/ --only-binary numpy,h5py,fabio silx[test]
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests(args=['--ignore
=
silx/app', '--ignore
=
silx/gui', '--ignore
=
silx/opencl', '--ignore
=
silx/test/test_sx.py']));"
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests(args=['--ignore
-glob=*
silx/app', '--ignore
-glob=*
silx/gui', '--ignore
-glob=*
silx/opencl', '--ignore
-glob=*
silx/test/test_sx.py']));"
manylinux2014_ppc64le_test_cp37
:
<<
:
*test_ppc64le_template_defintion
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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