mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
tests(python): add tests against python 3.11
This commit is contained in:
parent
c3a4a765bb
commit
0071e0f683
@ -85,6 +85,7 @@ stdenvNoCC.mkDerivation ({
|
|||||||
# install other python versions for tox testing
|
# install other python versions for tox testing
|
||||||
# NOTE: running e.g. "python3" in the shell runs the first version in the following list,
|
# NOTE: running e.g. "python3" in the shell runs the first version in the following list,
|
||||||
# and poetry uses the default version (currently 3.10)
|
# and poetry uses the default version (currently 3.10)
|
||||||
|
python311
|
||||||
python310
|
python310
|
||||||
python39
|
python39
|
||||||
python38
|
python38
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py{36,37,38,39,310}-{minimal,default,full}
|
py{36,37,38,39,310,311}-{minimal,default,full}
|
||||||
py{36,37,38,39,310}-click{7,80}
|
py{36,37,38,39,310,311}-click{7,80}
|
||||||
py{37,38,39,310}-click81
|
py{37,38,39,310,311}-click81
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
@ -28,7 +28,7 @@ commands =
|
|||||||
# Run test suite
|
# Run test suite
|
||||||
!minimal: pytest --random-order tests
|
!minimal: pytest --random-order tests
|
||||||
|
|
||||||
[testenv:py{36,37,38,39,310}-click{7,80,81}]
|
[testenv:py{36,37,38,39,310,311}-click{7,80,81}]
|
||||||
deps =
|
deps =
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
click7: click>=7,<8
|
click7: click>=7,<8
|
||||||
|
Loading…
Reference in New Issue
Block a user