File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
allure-python-commons-test Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Allure [pytest](http://pytest.org) integration. It's developed as pytest plugin
1111
1212
1313## Behave
14- Allure [ behave] ( http ://pythonhosted.org/behave /) integration. Just external formatter that produce test results in
14+ Allure [ behave] ( https ://behave.readthedocs.io/en/latest /) integration. Just external formatter that produce test results in
1515allure2 format. This package is available on [ pypi] ( https://pypi.python.org/pypi/allure-behave )
1616
1717## Robot Framework
Original file line number Diff line number Diff line change 22from setuptools import setup
33
44PACKAGE = "allure-behave"
5- VERSION = "2.4.0 "
5+ VERSION = "2.4.1 "
66
77classifiers = [
88 'Development Status :: 5 - Production/Stable' ,
1515
1616install_requires = [
1717 "behave>=1.2.5" ,
18- "allure-python-commons==2.4.0 "
18+ "allure-python-commons==2.4.1 "
1919]
2020
2121
Original file line number Diff line number Diff line change 1414 pass
1515
1616PACKAGE = "allure-pytest"
17- VERSION = "2.4.0 "
17+ VERSION = "2.4.1 "
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.4.0 "
31+ "allure-python-commons==2.4.1 "
3232]
3333
3434
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33PACKAGE = "allure-python-commons-test"
4- VERSION = "2.4.0 "
4+ VERSION = "2.4.1 "
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.4.0 "
4+ VERSION = "2.4.1 "
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.4.0 "
6+ VERSION = "2.4.1 "
77
88classifiers = [
99 'Development Status :: 5 - Production/Stable' ,
1616]
1717
1818install_requires = [
19- "allure-python-commons==2.4.0 " ,
19+ "allure-python-commons==2.4.1 " ,
2020]
2121
2222
You can’t perform that action at this time.
0 commit comments