diff --git a/component/pytest/buildout.cfg b/component/pytest/buildout.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..3f0b7d27675ac73ee0b9274d1aa1d188f0e07524
--- /dev/null
+++ b/component/pytest/buildout.cfg
@@ -0,0 +1,34 @@
+# SlapOS component for pytest.
+# https://pytest.org
+
+[buildout]
+parts = pytest/scripts
+
+[pytest]
+recipe  = zc.recipe.egg:eggs
+eggs    = pytest
+
+[pytest/scripts]
+recipe  = zc.recipe.egg:scripts
+eggs    = ${pytest:eggs}
+
+
+[versions]
+pytest  = 4.6.11
+py      = 1.9.0
+pluggy  = 0.13.1
+
+pathlib2= 2.3.5
+scandir = 1.10.0
+
+wcwidth = 0.2.5
+backports.functools-lru-cache = 1.6.1
+
+more-itertools = 5.0.0
+atomicwrites = 1.4.0
+funcsigs = 1.0.2
+
+importlib-metadata = 1.7.0
+zipp = 1.2.0
+contextlib2 = 0.6.0.post1
+configparser = 4.0.2