diff --git a/programming/language/python3/python3-pytest-runner/actions.py b/programming/language/python3/python3-pytest-runner/actions.py
index c213ca76d5..d2d57eb3bc 100644
--- a/programming/language/python3/python3-pytest-runner/actions.py
+++ b/programming/language/python3/python3-pytest-runner/actions.py
@@ -6,15 +6,15 @@
from pisi.actionsapi import shelltools
-from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import python3modules
-shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.2")
+# shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.2")
def build():
- pythonmodules.compile(pyVer="3")
+ python3modules.compile()
def install():
- pythonmodules.install(pyVer="3")
+ python3modules.install()
diff --git a/programming/language/python3/python3-pytest-runner/pspec.xml b/programming/language/python3/python3-pytest-runner/pspec.xml
index c0794f3b0d..65cfe09df0 100644
--- a/programming/language/python3/python3-pytest-runner/pspec.xml
+++ b/programming/language/python3/python3-pytest-runner/pspec.xml
@@ -13,10 +13,10 @@
library
Invoke py.test as distutils command with dependency resolution
python3-pytest-runner invokes py.test as distutils command with dependency resolution.
- https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz
+ https://files.pythonhosted.org/packages/2b/b2/5a07a37f314d3c0457c5431fd5b130e04355fa143f042356f77dd1570d36/pytest-runner-6.0.0.tar.gz
python3-devel
- python3-setuptools
+ python3-build
python3-setuptools-scm
@@ -36,9 +36,9 @@
- 2023-10-17
- 5.3.1
- Rebuild.
+ 2023-10-18
+ 6.0.0
+ Version bump.
Mustafa Cinasal
muscnsl@gmail.com