From b8bc493d2a682ccea755855fdec5b01ad3eb85f9 Mon Sep 17 00:00:00 2001 From: Alex <76689481+flu0r1ne@users.noreply.github.com> Date: Thu, 4 May 2023 20:20:48 -0500 Subject: Remove pytest --- .github/workflows/python-package.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f6f35d7..532184c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -35,6 +35,3 @@ 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: | - pytest -- cgit v1.2.3