mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
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:
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user