From 425ecb39b83a54eee3121b42eb091adbcd09d8f8 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 22 Jun 2024 12:31:15 +0100 Subject: [PATCH] Not sure how this ever worked, or why it has suddenly started causing issues if it did work. Remove trailing `.` from the pytest version in requirements.txt Signed-off-by: Adam Warner --- .github/workflows/build-and-test.yml | 4 ++-- test/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e5f2041..598f908 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -19,7 +19,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: - platforms: ${{ matrix.platform}} + platforms: ${{ matrix.platform }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -27,4 +27,4 @@ jobs: - name: Run Tests run: | echo "Building image to test" - PLATFORM=${{ matrix.platform}} ./build-and-test.sh \ No newline at end of file + PLATFORM=${{ matrix.platform }} ./build-and-test.sh \ No newline at end of file diff --git a/test/requirements.txt b/test/requirements.txt index e41b194..6782a06 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,4 +1,4 @@ -pytest == 7.4. +pytest == 7.4 pytest-xdist == 3.5.0 pytest-testinfra == 10.0.0 black == 23.12.0