about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2020-01-18 16:24:20 +0100
committertoonn <toonn@toonn.io>2020-07-05 15:23:44 +0200
commita0c13d60fb6e2e05667dbfb63cbb75f44477919d (patch)
tree3e90be4a97286389391d0ae42d0f2341387f9142 /.github
parentfc3b912db825a0aa4adee42e592b378cf37a87c3 (diff)
downloadranger-a0c13d60fb6e2e05667dbfb63cbb75f44477919d.tar.gz
Clarify excluded tests for github workflow
Add pytest to the failing workflow because otherwise it's not run with
python 2.7.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/doctest.yml4
-rw-r--r--.github/workflows/python.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 904ed376..272453d3 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -1,4 +1,4 @@
-name: Python doctest and manpage-completion
+name: Python pytest, doctest and manpage-completion
 
 on:
   push:
@@ -27,4 +27,4 @@ jobs:
         pip install -r requirements.txt
     - name: doctest
       run: |
-        make test_doctest test_other
+        make test_pytest test_doctest test_other
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 073b78a6..59558a20 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -25,6 +25,6 @@ jobs:
       run: |
         python -m pip install --upgrade pip
         pip install -r requirements.txt
-    - name: Lint and test with pylint, flake8, -d-o-c-t-e-s-t-, -m-a-n-c-o-m-p-l-e-t-e-
+    - name: Lint and test with pylint, flake8, but not -d-o-c-t-e-s-t-, -m-a-n-c-o-m-p-l-e-t-e-
       run: |
         make test_pylint test_flake8 test_pytest