Skip to content

Commit 81fb12b

Browse files
committed
Fix asyncio unit tests
1 parent 6878730 commit 81fb12b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: "Build debian package"
1111
runs-on: ubuntu-latest
1212
container:
13-
image: "debian:latest"
13+
image: "debian:testing"
1414
steps:
1515
- name: Install dependencies
1616
run: |

debian/control

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Build-Depends: debhelper (>= 11),
88
Build-Depends-Indep: dh-python,
99
pybuild-plugin-pyproject,
1010
python3-all,
11+
python3-aiohttp,
12+
python3-asgiref,
1113
python3-decorator (>= 4.0.10),
1214
python3-pytest,
1315
python3-pytest-benchmark,

0 commit comments

Comments
 (0)