diff --git a/programming/language/python3/python3-pytest/actions.py b/programming/language/python3/python3-pytest/actions.py index 3f8bb51699..86c70b0ed7 100644 --- a/programming/language/python3/python3-pytest/actions.py +++ b/programming/language/python3/python3-pytest/actions.py @@ -8,10 +8,10 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools from pisi.actionsapi import pythonmodules -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.0.2") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.2.4") def build(): pythonmodules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") \ No newline at end of file + pythonmodules.install(pyVer="3")