From 6dd157bb64120c4d7a0e422f855d7da3af1280fa Mon Sep 17 00:00:00 2001 From: Amin Sadeghi Date: Mon, 11 Mar 2024 12:40:01 -0400 Subject: [PATCH] Don't run pycodestyle anymore (we have ruff) --- .github/workflows/tests.yml | 5 +---- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8b77d5612..dc28acffb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,10 +56,7 @@ jobs: - name: Running tests run: - pytest . - --cov=. - --cov-report=xml - --pycodestyle + pytest --cov=. --cov-report=xml - name: Upload coverage to Codecov if: (matrix.python-version == 3.10) && (matrix.os == 'ubuntu-latest') diff --git a/pyproject.toml b/pyproject.toml index 40058dc7e..7e0de9179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,6 @@ test = [ "pytest-cache", "pytest-cov", "pytest-custom-exit-code", - "pytest-pycodestyle", "pytest-split", ] extras = [