diff --git a/programming/language/python3/python3-pytest-runner/actions.py b/programming/language/python3/python3-pytest-runner/actions.py
new file mode 100644
index 0000000000..c213ca76d5
--- /dev/null
+++ b/programming/language/python3/python3-pytest-runner/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pythonmodules
+
+
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.2")
+
+
+def build():
+ pythonmodules.compile(pyVer="3")
+
+
+def install():
+ pythonmodules.install(pyVer="3")
diff --git a/programming/language/python3/python3-pytest-runner/pspec.xml b/programming/language/python3/python3-pytest-runner/pspec.xml
new file mode 100644
index 0000000000..830362ec80
--- /dev/null
+++ b/programming/language/python3/python3-pytest-runner/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ python3-pytest-runner
+ https://pytest.org/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ MIT
+ library
+ Invoke py.test as distutils command with dependency resolution
+ python3-pytest-runner invokes py.test as distutils command with dependency resolution.
+ https://github.com/pytest-dev/pytest-runner/archive/5.2.tar.gz
+
+ python3-devel
+ python3-setuptools
+ python3-setuptools-scm
+
+
+
+
+ python3-pytest-runner
+ Simple powerful testing with Python
+
+ python3
+ python3-pytest
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-pytest-runner
+
+
+
+
+
+ 2020-09-24
+ 5.2
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-pytest-runner/translations.xml b/programming/language/python3/python3-pytest-runner/translations.xml
new file mode 100644
index 0000000000..85bbd0f906
--- /dev/null
+++ b/programming/language/python3/python3-pytest-runner/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pytest-runner
+ Bağımlılık çözünürlüğü ile beraber distutils komutu olarak py.test çalıştırır.
+ python3-pytest-runner, bağımlılık çözünürlüğü ile beraber distutils komutu olarak py.test çalıştırır.
+
+
\ No newline at end of file