Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/google-api-python-client-2.…
Browse files Browse the repository at this point in the history
…156.0
  • Loading branch information
ricardobranco777 authored Jan 28, 2025
2 parents 98e6bfe + eaa1497 commit bfdb954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pcw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: sudo apt-get install -y build-essential podman
- name: Preparation
run: make prepare
- name: Enable podman socket
run: systemctl --user enable --now podman.socket
- name: Run test
run: make test
run:
Expand All @@ -36,6 +38,8 @@ jobs:
python-version: '3.11'
- name: Install dependencies
run: pip install -r requirements_test.txt
- name: Enable podman socket
run: systemctl --user enable --now podman.socket
- name: Run tests and collect coverage
run: pytest --cov
- name: Upload coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ python-dateutil==2.9.0.post0
requests==2.32.3
texttable==1.7.0
urllib3==2.2.3
uwsgi==2.0.24
uwsgi==2.0.28
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ faker
flake8
pytest-cov
pylint
podman~=4.9.0
podman~=5.2.0
selenium~=4.21.0

0 comments on commit bfdb954

Please sign in to comment.