File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
allure-python-commons-test Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22from setuptools import setup
33
44PACKAGE = "allure-behave"
5- VERSION = "2.2.2b2 "
5+ VERSION = "2.2.3b1 "
66
77classifiers = [
88 'Development Status :: 4 - Beta' ,
1414
1515install_requires = [
1616 "behave==1.2.5" ,
17- "allure-python-commons==2.2.2b2 "
17+ "allure-python-commons==2.2.3b1 "
1818]
1919
2020
@@ -27,7 +27,7 @@ def main():
2727 name = PACKAGE ,
2828 version = VERSION ,
2929 description = "Allure behave integration" ,
30- url = "https://github.com/allure-framework/allure-python2 " ,
30+ url = "https://github.com/allure-framework/allure-python " ,
3131 author = "QAMetaSoftware, Stanislav Seliverstov" ,
3232 author_email = "sseliverstov@qameta.io" ,
3333 license = "Apache-2.0" ,
Original file line number Diff line number Diff line change 1414 pass
1515
1616PACKAGE = "allure-pytest"
17- VERSION = "2.2.2b2 "
17+ VERSION = "2.2.3b1 "
1818
1919classifiers = [
2020 'Development Status :: 4 - Beta' ,
2828install_requires = [
2929 "pytest>=2.7.3" ,
3030 "six>=1.9.0" ,
31- "allure-python-commons==2.2.2b2 "
31+ "allure-python-commons==2.2.3b1 "
3232]
3333
3434
@@ -41,7 +41,7 @@ def main():
4141 name = PACKAGE ,
4242 version = VERSION ,
4343 description = "Allure pytest integration" ,
44- url = "https://github.com/allure-framework/allure-python2 " ,
44+ url = "https://github.com/allure-framework/allure-python " ,
4545 author = "QAMetaSoftware, Stanislav Seliverstov" ,
4646 author_email = "sseliverstov@qameta.io" ,
4747 license = "Apache-2.0" ,
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33PACKAGE = "allure-python-commons-test"
4- VERSION = "2.2.2b2 "
4+ VERSION = "2.2.3b1 "
55
66install_requires = [
77 "pyhamcrest>=1.9.0" ,
@@ -14,7 +14,7 @@ def main():
1414 name = PACKAGE ,
1515 version = VERSION ,
1616 description = "Common module for self-testing allure integrations with python-based frameworks" ,
17- url = "https://github.com/allure-framework/allure-python2 " ,
17+ url = "https://github.com/allure-framework/allure-python " ,
1818 author = "QAMetaSoftware, Stanislav Seliverstov" ,
1919 author_email = "sseliverstov@qameta.io" ,
2020 license = "Apache-2.0" ,
Original file line number Diff line number Diff line change 22from setuptools import setup
33
44PACKAGE = "allure-python-commons"
5- VERSION = "2.2.2b2 "
5+ VERSION = "2.2.3b1 "
66
77classifiers = [
88 'Development Status :: 4 - Beta' ,
@@ -27,7 +27,7 @@ def main():
2727 name = PACKAGE ,
2828 version = VERSION ,
2929 description = "Common module for integrate allure with python-based frameworks" ,
30- url = "https://github.com/allure-framework/allure-python2 " ,
30+ url = "https://github.com/allure-framework/allure-python " ,
3131 author = "QAMetaSoftware, Stanislav Seliverstov" ,
3232 author_email = "sseliverstov@qameta.io" ,
3333 license = "Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments