Skip to content

Commit

Permalink
Bump pytest version and GitHub workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Dec 27, 2024
1 parent 05ad747 commit 44dc897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/se-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install pipx packages
run: |
pipx install .
pipx inject standardebooks pytest==8.2.2 pylint==3.2.2 mypy==1.10.0 types-requests==2.32.0.20240602 types-setuptools==70.0.0.20240524 types-Pillow==10.2.0.20240520
pipx inject standardebooks pylint==3.3.3 mypy==1.14.0 types-requests==2.32.0.20241016 types-setuptools==75.6.0.20241223 types-Pillow==10.2.0.20240822 pytest==8.3.4
- name: Check type annotations with mypy
run: $PIPX_HOME/venvs/standardebooks/bin/mypy
- name: Check code with pylint
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Similar to `pylint`, the `pytest` command can be injected into the venv `pipx` created for the `standardebooks` package:

```shell
pipx inject standardebooks pytest==8.2.2
pipx inject standardebooks pytest==8.3.4
```

The tests are executed by calling `pytest` from the top level of your tools repo:
Expand Down

0 comments on commit 44dc897

Please sign in to comment.