Skip to content

Commit

Permalink
Debug: Add setuptools to requirements_tests.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
karlch committed May 10, 2024
1 parent 184de83 commit 983783b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
sudo apt-get install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 libegl1 libxcb-cursor0
python -m pip install --upgrade pip
pip install -r misc/requirements/requirements_tox.txt
pip install setuptools
- name: Install dependencies for pyexiv2
if: "contains(matrix.toxenv, 'pyexiv2')"
run: |
Expand Down
1 change: 1 addition & 0 deletions misc/requirements/requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools>=40.8.0
flaky==3.8.1
pytest==8.2.0
pytest-mock==3.14.0
Expand Down

0 comments on commit 983783b

Please sign in to comment.