Skip to content

Commit a2a8aa0

Browse files
ryshuKl0ven
authored andcommitted
fix: remove the pytest module from dependencies
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)
1 parent a1e1352 commit a2a8aa0

File tree

5 files changed

+409
-410
lines changed

5 files changed

+409
-410
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ["3.9"]
14-
poetry-version: ["1.2"]
14+
poetry-version: ["1.3"]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v2

.github/workflows/pylama.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: ["3.9"]
12-
poetry-version: ["1.2"]
12+
poetry-version: ["1.3"]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ["3.8", "3.9", "3.10", "3.11"]
14-
poetry-version: ["1.2"]
14+
poetry-version: ["1.3"]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)