Skip to content

Commit

Permalink
CI: fixup installation of requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Aug 5, 2021
1 parent b638343 commit 736509d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -r dev-requirements.txt
pip install -e .
- name: Lint with flake8
run: |
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-c requirements.txt
fakeredis
pytest
pytest-httpserver
16 changes: 16 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@
#
# pip-compile dev-requirements.in
#
attrs==21.2.0
# via pytest
fakeredis==1.5.2
# via -r dev-requirements.in
iniconfig==1.1.1
# via pytest
packaging==21.0
# via pytest
pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pyparsing==2.4.7
# via packaging
pytest==6.2.4
# via -r dev-requirements.in
pytest-httpserver==1.0.0
# via -r dev-requirements.in
redis==3.5.3
Expand All @@ -18,6 +32,8 @@ six==1.16.0
# fakeredis
sortedcontainers==2.4.0
# via fakeredis
toml==0.10.2
# via pytest
werkzeug==2.0.1
# via
# -c requirements.txt
Expand Down

0 comments on commit 736509d

Please sign in to comment.