File tree 4 files changed +11
-9
lines changed
4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 31
31
fail-fast : false
32
32
matrix :
33
33
version :
34
- - " 3.6"
35
34
- " 3.8"
36
35
- " 3.9"
36
+ - " 3.10"
37
+ - " 3.11"
37
38
steps :
38
39
- uses : actions/checkout@v3
39
40
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ compilepy3:
149
149
@echo
150
150
@echo " ==================== unit-tests-py3 ===================="
151
151
@echo
152
- NOSE_WITH_TIMER=$(NOSE_WITH_TIMER ) tox -e py36 -unit -vv
152
+ NOSE_WITH_TIMER=$(NOSE_WITH_TIMER ) tox -e py38 -unit -vv
153
153
154
154
.PHONY : .clone_st2_repo
155
155
.clone_st2_repo : /tmp/st2
Original file line number Diff line number Diff line change 38
38
"License :: OSI Approved :: Apache Software License" ,
39
39
"Programming Language :: Python" ,
40
40
"Programming Language :: Python :: 3" ,
41
- "Programming Language :: Python :: 3.6" ,
42
- "Programming Language :: Python :: 3.7" ,
43
41
"Programming Language :: Python :: 3.8" ,
42
+ "Programming Language :: Python :: 3.9" ,
43
+ "Programming Language :: Python :: 3.10" ,
44
+ "Programming Language :: Python :: 3.11" ,
44
45
"Environment :: Console" ,
45
46
],
46
47
platforms = ["Any" ],
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py36 -unit,py36 -integration
2
+ envlist = py38 -unit,py38 -integration
3
3
skipsdist = true
4
4
skip_missing_interpreters =true
5
5
@@ -19,8 +19,8 @@ deps = -r/tmp/st2/requirements.txt
19
19
-e/tmp/st2/st2reactor
20
20
21
21
# Python 3 tasks
22
- [testenv:py36 -unit]
23
- basepython = python3.6
22
+ [testenv:py38 -unit]
23
+ basepython = python3.8
24
24
setenv = PYTHONPATH = {toxinidir}:/tmp/st2/st2common:/tmp/st2/st2auth:/tmp/st2/st2api:/tmp/st2/st2actions:/tmp/st2/st2exporter:/tmp/st2/st2reactor:/tmp/st2/st2stream:/tmp/st2/st2tests:/tmp/st2/contrib/runners/action_chain_runner:/tmp/st2/contrib/runners/local_runner:/tmp/st2/contrib/runners/python_runner:/tmp/st2/contrib/runners/http_runner:/tmp/st2/contrib/runners/noop_runner:/tmp/st2/contrib/runners/announcement_runner:/tmp/st2/contrib/runners/remote_runner:/tmp/st2/contrib/runners/remote_runner:/tmp/st2/contrib/runners/mistral_v2:/tmp/st2/contrib/runners/orquesta_runner:/tmp/st2/contrib/runners/inquirer_runner:/tmp/st2/contrib/runners/http_runner:/tmp/st2/contrib/runners/winrm_runner
25
25
VIRTUALENV_DIR = {envdir}
26
26
passenv = NOSE_WITH_TIMER TRAVIS
@@ -34,8 +34,8 @@ commands =
34
34
nosetests --rednose --immediate -sv tests/unit/controllers/api/v1/
35
35
nosetests --rednose --immediate -sv tests/unit/controllers/stream/v1/
36
36
37
- [testenv:py36 -integration]
38
- basepython = python3.6
37
+ [testenv:py38 -integration]
38
+ basepython = python3.8
39
39
setenv = PYTHONPATH = {toxinidir}/external:/tmp/st2/st2common:/tmp/st2/st2auth:/tmp/st2/st2api:/tmp/st2/st2actions:/tmp/st2/st2exporter:/tmp/st2/st2reactor:/tmp/st2/st2stream:/tmp/st2/st2tests:/tmp/st2/contrib/runners/action_chain_runner:/tmp/st2/contrib/runners/local_runner:/tmp/st2/contrib/runners/python_runner:/tmp/st2/contrib/runners/http_runner:/tmp/st2/contrib/runners/noop_runner:/tmp/st2/contrib/runners/announcement_runner:/tmp/st2/contrib/runners/remote_runner:/tmp/st2/contrib/runners/remote_runner:/tmp/st2/contrib/runners/mistral_v2:/tmp/st2/contrib/runners/orquesta_runner:/tmp/st2/contrib/runners/inquirer_runner:/tmp/st2/contrib/runners/http_runner:/tmp/st2/contrib/runners/winrm_runner
40
40
VIRTUALENV_DIR = {envdir}
41
41
passenv = NOSE_WITH_TIMER TRAVIS
You can’t perform that action at this time.
0 commit comments