From b1cce3e7c3395cef3e4e651dec2370628d771a8c Mon Sep 17 00:00:00 2001 From: Crinibus <57172157+Crinibus@users.noreply.github.com> Date: Thu, 20 Apr 2023 20:36:13 +0200 Subject: [PATCH] Update python-app.yml - Uncomment test with pytest --- .github/workflows/python-app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 7a9da72c..f18a758b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -31,6 +31,6 @@ 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 --per-file-ignores=__init__.py:F401,tests/*:E501 --statistics - # - name: Test with pytest - # run: | - # pytest -k "not Amazon" + - name: Test with pytest + run: | + pytest