Skip to content

Commit

Permalink
Fix ARM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed May 22, 2024
1 parent 13f69c2 commit cc4bd58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 39 deletions.
4 changes: 0 additions & 4 deletions .docker/requirements.in

This file was deleted.

38 changes: 4 additions & 34 deletions .docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,4 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in
attrs==23.2.0
# via pytest-docker
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
docker==7.0.0
# via -r requirements.in
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
packaging==24.0
# via
# docker
# pytest
pluggy==1.5.0
# via pytest
pytest==7.4.4
# via
# -r requirements.in
# pytest-docker
pytest-docker==3.1.1
# via -r requirements.in
requests==2.32.2
# via
# -r requirements.in
# docker
urllib3==2.2.1
# via
# docker
# requests
docker~=7.0.0
pytest~=8.2.0
requests~=2.32.0
pytest-docker~=3.1.0
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cache: pip

- name: Install dependencies 📦
run: pip install -r requirements.txt --no-deps
run: pip install -r requirements.txt

- name: Run tests
run: pytest -s --variant ${{ inputs.target }} tests/
Expand Down

0 comments on commit cc4bd58

Please sign in to comment.