We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69ae50 commit b47ce96Copy full SHA for b47ce96
allure-pytest-bdd/setup.py
@@ -29,7 +29,7 @@ def prepare_version():
29
from setuptools_scm import get_version
30
configuration = {"root": "..", "relative_to": __file__}
31
version = get_version(**configuration)
32
- install_requires.append("allure-python-commons=={version}".format(version='2.9.45'))
+ install_requires.append("allure-python-commons=={version}".format(version=version))
33
return configuration
34
35
0 commit comments