Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
allure-pytest-bdd,
allure-robotframework
]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.10"]
include:
- python-version: 3.9
- python-version: 3.10
static-check: yes

steps:
Expand Down
2 changes: 1 addition & 1 deletion allure-behave/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
'Topic :: Software Development :: Testing :: BDD',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
]

setup_requires = [
Expand Down
6 changes: 3 additions & 3 deletions allure-behave/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39}
py{37,38,39,310}
static-check

[testenv]
Expand All @@ -26,7 +26,7 @@ commands =
# https://github.com/allure-framework/allure-python/issues/321
passenv = HOME

#basepython = python3.6
#basepython = python3.7

setenv =
TEST_TMP={envtmpdir}
Expand All @@ -51,7 +51,7 @@ commands=
[testenv:behave-master]
passenv = HOME

basepython = python3.6
basepython = python3.7

setenv =
TEST_TMP={envtmpdir}
Expand Down
2 changes: 1 addition & 1 deletion allure-nose2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
'Topic :: Software Development :: Testing',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
]

setup_requires = [
Expand Down
2 changes: 1 addition & 1 deletion allure-nose2/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39}
py{37,38,39,310}
static-check

[testenv]
Expand Down
2 changes: 1 addition & 1 deletion allure-pytest-bdd/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39}
py{37,38,39,310}

[testenv]
passenv = HOME
Expand Down
6 changes: 3 additions & 3 deletions allure-pytest/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39}
py{37,38,39,310}
xdist
integration
static-check
Expand Down Expand Up @@ -33,7 +33,7 @@ description = Test integration with pytest-flakes

passenv = HOME

basepython = python3.6
basepython = python3.7

setenv = ALLURE_INDENT_OUTPUT=yep

Expand Down Expand Up @@ -81,7 +81,7 @@ commands =
# `tox -e demo -- -k test_single_feature_label` or
# `tox -e demo -- ./test/steps/`
[testenv:demo]
basepython = python3.5
basepython = python3.7

passenv = HOME

Expand Down
2 changes: 1 addition & 1 deletion allure-python-commons-test/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{36,37,38,39}
envlist = py{37,38,39,310}


[testenv]
Expand Down
2 changes: 1 addition & 1 deletion allure-python-commons/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist=
py{36,37,38,39}
py{37,38,39,310}
static-check


Expand Down
2 changes: 1 addition & 1 deletion allure-robotframework/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist=
py{36,37,38,39}-rf-{3,latest}
py{37,38,39,310}-rf-{3,latest}
static-check


Expand Down