diff --git a/programming/language/python3/python3-pytest/actions.py b/programming/language/python3/python3-pytest/actions.py
index 445522af5c..3f8bb51699 100644
--- a/programming/language/python3/python3-pytest/actions.py
+++ b/programming/language/python3/python3-pytest/actions.py
@@ -4,11 +4,11 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import pythonmodules
-from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pythonmodules
-shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.4.2")
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.0.2")
def build():
pythonmodules.compile(pyVer="3")
diff --git a/programming/language/python3/python3-pytest/pspec.xml b/programming/language/python3/python3-pytest/pspec.xml
index 9133e49de4..e36fdcae78 100644
--- a/programming/language/python3/python3-pytest/pspec.xml
+++ b/programming/language/python3/python3-pytest/pspec.xml
@@ -13,7 +13,7 @@
library
Simple powerful testing with Python
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.
- https://github.com/pytest-dev/pytest/archive/5.4.2.tar.gz
+ https://github.com/pytest-dev/pytest/archive/6.0.2.tar.gz
python3-six
python3-devel
@@ -44,6 +44,13 @@
+
+ 2020-09-23
+ 6.0.2
+ Major version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-18
5.4.2