GitLab-CI: Only run tests in src/
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 11 Aug 2021 07:46:11 +0000 (09:46 +0200)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 11 Aug 2021 07:46:16 +0000 (09:46 +0200)
Specifically, the tests in unused_please_ignore_completely/ should not
be run. Some of them would fail, but it doesn't matter.

.gitlab-ci.yml

index 5f359a060a4ae697c18535b1d6379f52556b1f22..f453e172739dcdee534ed7bd84cec1064417cba3 100644 (file)
@@ -119,4 +119,4 @@ build:
         - popd
 
         - python setup.py develop
-        - nosetests -v --processes=-1 --process-timeout=120
+        - nosetests -v --processes=-1 --process-timeout=120 -w src/