Skip to content
Snippets Groups Projects
Commit abae2572 authored by Thibault Debatty's avatar Thibault Debatty
Browse files

temporarily disable doctest

parent 427c84a4
No related branches found
No related tags found
No related merge requests found
Pipeline #10457 passed
......@@ -14,12 +14,12 @@ test:pylint:
- pylint --fail-under=8 --ignored-classes=_socketobject src/dokos/*.py
## https://cylab.be/blog/44/easy-testing-with-python-doctest-and-gitlab
test:doctest:
stage: test
image: python:3.10
script:
#- python -m pip install -r requirements.txt
#- python -m doctest -v src/dokos/__main__.py
#test:doctest:
# stage: test
# image: python:3.10
# script:
# - python -m pip install -r requirements.txt
# - python -m doctest -v src/dokos/__main__.py
build:
stage: build
......
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