Skip to content

Commit b47ce96

Browse files
authored
Update setup.py
undo version
1 parent e69ae50 commit b47ce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-pytest-bdd/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def prepare_version():
2929
from setuptools_scm import get_version
3030
configuration = {"root": "..", "relative_to": __file__}
3131
version = get_version(**configuration)
32-
install_requires.append("allure-python-commons=={version}".format(version='2.9.45'))
32+
install_requires.append("allure-python-commons=={version}".format(version=version))
3333
return configuration
3434

3535

0 commit comments

Comments
 (0)