Skip to content
Snippets Groups Projects
Commit af1f8aa9 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

disable doctests on Ubuntu

parent b2f22ecb
1 merge request!135CI: Replace minimal-ubuntu job with ubuntu
Pipeline #21330 failed with stage
in 6 minutes and 40 seconds
...@@ -74,6 +74,7 @@ ubuntu: ...@@ -74,6 +74,7 @@ ubuntu:
script: script:
- mkdir -p ~/.config/matplotlib - mkdir -p ~/.config/matplotlib
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc - echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- sed -i 's/--doctest-modules //g' pytest.ini
- pytest-3 -v -m "not longrun" - pytest-3 -v -m "not longrun"
tags: tags:
- docker - docker
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment