Skip to content
Snippets Groups Projects
Commit fe516aa9 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

.gitlab-ci.yml: disable httpinterface doctests

parent 40099491
No related branches found
No related tags found
No related merge requests found
Pipeline #36360 passed with warnings
......@@ -221,7 +221,7 @@ test:gstlal:
# Run doctests
- cd gstlal
- python -m pytest -v --doctest-modules --ignore gst/python --ignore port-tools --ignore tests --ignore python/misc.py --ignore python/pipeparts/__init__.py --ignore python/matplotlibhelper.py --ignore python/dagfile.py
- python -m pytest -v --doctest-modules --ignore gst/python --ignore port-tools --ignore tests --ignore python/misc.py --ignore python/pipeparts/__init__.py --ignore python/matplotlibhelper.py --ignore python/dagfile.py --ignore python/httpinterface.py
only:
- pushes
- schedules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment