File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,17 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
2020 python3.7 \
2121 python3.9 \
2222 python3.9-distutils \
23+ python3.10 \
24+ python3.10-distutils \
25+ curl \
2326 dbus \
2427 python3-gi
2528
2629COPY requirements.txt .
2730
2831RUN pip3 install yapf flake8 && \
29- for py in python3 python3.6 python3.7 python3.9; do \
32+ for py in python3 python3.6 python3.7 python3.9 python3.10; do \
33+ curl https://bootstrap.pypa.io/get-pip.py | $py; \
3034 $py -m pip install \
3135 pytest \
3236 pytest-asyncio \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ format:
1313 python3 -m yapf -rip $(source_dirs )
1414
1515test :
16- for py in python3.6 python3.7 python3.9 python3.8 ; do \
16+ for py in python3.10 python3. 6 python3.7 python3.8 python3.9 ; do \
1717 if hash $$ py; then \
1818 dbus-run-session $$ py -m pytest -sv --cov=dbus_next || exit 1 ; \
1919 fi \
You can’t perform that action at this time.
0 commit comments