From d7b05dcd548217f8f955552788d9bf486e566f0e Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 10 Jul 2024 11:08:59 +0100 Subject: [PATCH 1/2] mypy unittests --- .github/workflows/python_actions.yml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index ef36ddf42..ca8899e6f 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -27,5 +27,5 @@ jobs: coverage-package: spinnman flake8-packages: spinnman unittests spinnman_integration_tests pylint-packages: spinnman - mypy-packages: spinnman - secrets: inherit + mypy-packages: spinnman unittest spinnman_integration_tests + secrets: inherit \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ad1abdeed..730bf08ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,4 +17,4 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.mypy] -exclude = ["doc", "setup.py", "unittests", "quick_tests"] +exclude = ["doc", "setup.py", "quick_tests"] From 927c950ffcfa8d2ad3c7604b318631d8853f1d38 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 10 Jul 2024 11:11:29 +0100 Subject: [PATCH 2/2] unittests --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index ca8899e6f..de69522ee 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -27,5 +27,5 @@ jobs: coverage-package: spinnman flake8-packages: spinnman unittests spinnman_integration_tests pylint-packages: spinnman - mypy-packages: spinnman unittest spinnman_integration_tests + mypy-packages: spinnman unittests spinnman_integration_tests secrets: inherit \ No newline at end of file