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 <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2024-06-22 12:31:15 +01:00
parent f9dd3dfa1d
commit 425ecb39b8
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
with: with:
platforms: ${{ matrix.platform}} platforms: ${{ matrix.platform }}
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
@@ -27,4 +27,4 @@ jobs:
- name: Run Tests - name: Run Tests
run: | run: |
echo "Building image to test" echo "Building image to test"
PLATFORM=${{ matrix.platform}} ./build-and-test.sh PLATFORM=${{ matrix.platform }} ./build-and-test.sh

View File

@@ -1,4 +1,4 @@
pytest == 7.4. pytest == 7.4
pytest-xdist == 3.5.0 pytest-xdist == 3.5.0
pytest-testinfra == 10.0.0 pytest-testinfra == 10.0.0
black == 23.12.0 black == 23.12.0