From 0475ffcb1aac2dc902da2f393787665ece8c2ef7 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 16 Oct 2023 17:47:06 +0300 Subject: [PATCH] python3-pytest --- programming/language/python3/python3-pytest/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")