From 10e0110311e0d792ded4d2be0eac5dc07a6a5b20 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 16 Oct 2024 13:52:40 -1000 Subject: [PATCH] fix naming of requirements file --- .github/workflows/ci-cd.yml | 2 +- .mypy.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b37747ec..a11fed2c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -356,7 +356,7 @@ jobs: - name: Install dependencies uses: py-actions/py-dependency-install@v4 with: - path: requirements/test.txt + path: requirements/pytest.txt - name: Determine pre-compiled compatible wheel env: # NOTE: When `pip` is forced to colorize output piped into `jq`, diff --git a/.mypy.ini b/.mypy.ini index 2c599b83..95b4b174 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -83,7 +83,7 @@ disable_error_code = disable_error_code = call-arg [mypy-test_multidict_benchmarks] -disable_error_code = +disable_error_code = no-any-unimported, misc,