From eb5184c1c161cc3683e77c5b18b586a8e15dd41a Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 8 Apr 2021 13:43:52 +0100 Subject: [PATCH 1/3] add spinnaker_testbase to requirements-test.txt --- requirements-test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-test.txt b/requirements-test.txt index 9211499..ee2a11f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -14,6 +14,7 @@ # along with this program. If not, see . -r requirements.txt +spinnaker_testbase >= 1!5.1.1, < 1!6.0.0 flake8 pytest>=2.8 pytest-cov From 561def8264ef3ec29ae4a11585ec52530c9d3c73 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 8 Apr 2021 14:18:17 +0100 Subject: [PATCH 2/3] SpiNNakerTestBase --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index ee2a11f..c551a14 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -14,7 +14,7 @@ # along with this program. If not, see . -r requirements.txt -spinnaker_testbase >= 1!5.1.1, < 1!6.0.0 +SpiNNakerTestBase >= 1!5.1.1, < 1!6.0.0 flake8 pytest>=2.8 pytest-cov From 2e6eebcced73210a92c96d5f9b4431ba29613e49 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 8 Apr 2021 14:36:49 +0100 Subject: [PATCH 3/3] Added TestBase to install directories --- .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 6e741fd..b7be435 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -43,7 +43,7 @@ jobs: with: repositories: > SpiNNUtils SpiNNMachine SpiNNMan PACMAN DataSpecification spalloc - SpiNNFrontEndCommon sPyNNaker sPyNNaker8 + SpiNNFrontEndCommon sPyNNaker TestBase install: true - name: Setup uses: ./support/actions/run-setup