mirror of https://github.com/nicolargo/glances.git
Make unit test with Python 3.13 on Windows
This commit is contained in:
parent
de0b1ef2da
commit
34c3c11725
|
|
@ -58,11 +58,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pytest ./tests/test_core.py
|
python -m pytest ./tests/test_core.py
|
||||||
|
|
||||||
# Error appear with h11, not related to Glances
|
|
||||||
# Should be tested if correction is done
|
|
||||||
# Installed c:\hostedtoolcache\windows\python\3.9.13\x64\lib\site-packages\exceptiongroup-1.2.1-py3.9.egg
|
|
||||||
# error: h11 0.14.0 is installed but h11<0.13,>=0.11 is required by {'httpcore'}
|
|
||||||
# Error: Process completed with exit code 1.
|
|
||||||
test-windows:
|
test-windows:
|
||||||
|
|
||||||
needs: source-code-checks
|
needs: source-code-checks
|
||||||
|
|
@ -71,7 +66,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# Windows-curses not available for Python 3.14 for the moment
|
# Windows-curses not available for Python 3.14 for the moment
|
||||||
python-version: ["3.14"]
|
# See https://github.com/zephyrproject-rtos/windows-curses/issues/76
|
||||||
|
python-version: ["3.13"]
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue