Skip to content

Commit 98ff132

Browse files
committed
Try to fix tests on ci/cd
1 parent 0a56dee commit 98ff132

File tree

4 files changed

+8
-30
lines changed

4 files changed

+8
-30
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
include:
1313
- python-version: 3.8
1414
- python-version: 3.9
15-
- python-version: "3.10"
16-
- python-version: "3.11"
17-
- python-version: "3.12"
15+
- python-version: 3.10
16+
- python-version: 3.11
17+
- python-version: 3.12
1818

1919
env:
2020
PYTHON: ${{ matrix.python-version }}

Pipfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ pytest-aiohttp = "~=1.0.4"
1414
pytest-cov = "~=4.0.0"
1515
pytest-asyncio = "~=0.20.2"
1616
pytest = "~=7.2.0"
17-
exceptiongroup = "~=1.2.1"
18-
tomli = "~=2.0.1"
1917
black = "~=22.12.0"
2018
autohooks = "~=24.2.0"
2119
autohooks-plugin-ruff = "~=24.1.0"

Pipfile.lock

Lines changed: 1 addition & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,10 @@ requires-python = ">=3.8"
8787

8888
[project.optional-dependencies]
8989
test = [
90-
"pytest>=6.0.0",
91-
"pytest-asyncio>=0.20.0",
92-
"pytest-aiohttp>=1.0.4",
93-
"pytest-cov>=4.0.0",
94-
"exceptiongroup>=1.2.1",
95-
"tomli>=1.0.0",
90+
"pytest~=6.0.0",
91+
"pytest-asyncio~=0.20.0",
92+
"pytest-aiohttp~=1.0.4",
93+
"pytest-cov~=4.0.0"
9694
]
9795
dev = [
9896
"black",

0 commit comments

Comments
 (0)