Skip to content

Commit 28d9cfa

Browse files
committed
ci: fix packages version to avoid failures
Fix the version of testing packages, so we will avoid any ci failure caused by an updated and broken package version. Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
1 parent a2d43e3 commit 28d9cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: "Test packages"
44
on: [push, pull_request]
55

66
env:
7-
PYTHON_PKGS: pytest pytest-asyncio build
7+
PYTHON_PKGS: pytest<8.3.5 pytest-asyncio<1.0 build
88

99
jobs:
1010
python3-deprecated:

0 commit comments

Comments
 (0)