Skip to content

Commit

Permalink
fix: remove the pytest module from dependencies
Browse files Browse the repository at this point in the history
The pytest module isn't used in the lib and shouldn't be included in
this packages dependencies.

Also, generate the poetry.lock with a poetry client in version 1.3
(latest actually)
  • Loading branch information
ryshu authored and Kl0ven committed Jan 27, 2023
1 parent a1e1352 commit a2a8aa0
Show file tree
Hide file tree
Showing 5 changed files with 409 additions and 410 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9"]
poetry-version: ["1.2"]
poetry-version: ["1.3"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9"]
poetry-version: ["1.2"]
poetry-version: ["1.3"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
poetry-version: ["1.2"]
poetry-version: ["1.3"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit a2a8aa0

Please sign in to comment.