We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adde220 commit 21eba47Copy full SHA for 21eba47
allure-pytest/setup.py
@@ -1,11 +1,11 @@
1
from setuptools import setup
2
3
PACKAGE = "pytest-allure-adaptor"
4
-VERSION = "2.0.3"
+VERSION = "2.0.4"
5
6
install_requires = [
7
"pytest>=2.7.3",
8
- "allure-python-commons==2.0.3"
+ "allure-python-commons==2.0.4"
9
]
10
11
def main():
allure-python-commons/setup.py
@@ -2,7 +2,7 @@
PACKAGE = "allure-python-commons"
0 commit comments