From 9ca16c96f4b9d1a955a9fff1e33d45db431327a7 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 14 Nov 2019 12:49:41 +0100 Subject: [PATCH] no pytest at the moment --- .github/workflows/pythonapp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 5639973b..03fb42cf 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -24,7 +24,7 @@ jobs: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - name: Test with pytest - run: | - pip install pytest - pytest + #- name: Test with pytest + # run: | + # pip install pytest + # pytest