File tree Expand file tree Collapse file tree 8 files changed +21
-14
lines changed
allure-python-commons-test Expand file tree Collapse file tree 8 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ pipeline {
66 stages {
77 stage(" Build" ) {
88 steps {
9- sh ' tox --workdir=/tmp -c allure-python-commons-test/tox.ini'
10- sh ' tox --workdir=/tmp -c allure-python-commons/tox.ini'
11- sh ' tox --workdir=/tmp -c allure-pytest/tox.ini'
12- sh ' tox --workdir=/tmp -c allure-behave/tox.ini'
13- sh ' tox --workdir=/tmp -c allure-robotframework/tox.ini'
9+ sh ' tox -r - -workdir=/tmp -c allure-python-commons-test/tox.ini'
10+ sh ' tox -r - -workdir=/tmp -c allure-python-commons/tox.ini'
11+ sh ' tox -r - -workdir=/tmp -c allure-pytest/tox.ini'
12+ sh ' tox -r - -workdir=/tmp -c allure-behave/tox.ini'
13+ sh ' tox -r - -workdir=/tmp -c allure-robotframework/tox.ini'
1414 }
1515 }
1616 }
Original file line number Diff line number Diff line change 22from setuptools import setup
33
44PACKAGE = "allure-behave"
5- VERSION = "2.5.5 "
5+ VERSION = "2.6.0 "
66
77classifiers = [
88 'Development Status :: 5 - Production/Stable' ,
1515
1616install_requires = [
1717 "behave>=1.2.5" ,
18- "allure-python-commons==2.5.5 "
18+ "allure-python-commons==2.6.0 "
1919]
2020
2121
Original file line number Diff line number Diff line change @@ -89,6 +89,10 @@ commands =
8989
9090
9191[testenv:static_check]
92+ basepython = python3.7
93+
94+ skip_install = True
95+
9296deps = flake8
9397
9498commands = flake8 src/
Original file line number Diff line number Diff line change 1414 pass
1515
1616PACKAGE = "allure-pytest"
17- VERSION = "2.5.5 "
17+ VERSION = "2.6.0 "
1818
1919classifiers = [
2020 'Development Status :: 5 - Production/Stable' ,
2828install_requires = [
2929 "pytest>=3.3.0" ,
3030 "six>=1.9.0" ,
31- "allure-python-commons==2.5.5 "
31+ "allure-python-commons==2.6.0 "
3232]
3333
3434
Original file line number Diff line number Diff line change @@ -86,6 +86,10 @@ commands=
8686
8787
8888[testenv:static_check]
89+ basepython = python3.7
90+
91+ skip_install = True
92+
8993deps = flake8
9094; flake8-import-order
9195 flake8-builtins
@@ -95,7 +99,6 @@ commands =
9599 flake8 src/ test/
96100
97101
98-
99102[flake8]
100103max-line-length = 120
101104import-order-style = google
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33PACKAGE = "allure-python-commons-test"
4- VERSION = "2.5.5 "
4+ VERSION = "2.6.0 "
55
66install_requires = [
77 "pyhamcrest>=1.9.0" ,
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33PACKAGE = "allure-python-commons"
4- VERSION = "2.5.5 "
4+ VERSION = "2.6.0 "
55
66classifiers = [
77 'Development Status :: 5 - Production/Stable' ,
Original file line number Diff line number Diff line change 33
44
55PACKAGE = "allure-robotframework"
6- VERSION = "2.5.5 "
6+ VERSION = "2.6.0 "
77
88classifiers = [
99 'Development Status :: 5 - Production/Stable' ,
1616]
1717
1818install_requires = [
19- "allure-python-commons==2.5.5 " ,
19+ "allure-python-commons==2.6.0 " ,
2020]
2121
2222
You can’t perform that action at this time.
0 commit comments