aboutsummaryrefslogtreecommitdiff
path: root/python/python2-pytest-runner/README
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2022-10-06 12:03:01 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-08 09:12:46 +0700
commit3909e8fd9469d768ec3f94a5fd605a8867d554a3 (patch)
tree2511767da2b7c7816bccd952bada32927140a45f /python/python2-pytest-runner/README
parent96f06adaa8c27761fc9b0d6d937e3d43a7ead475 (diff)
python/python2-pytest-runner: Added (invoke py.test as distutils)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pytest-runner/README')
-rw-r--r--python/python2-pytest-runner/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-pytest-runner/README b/python/python2-pytest-runner/README
new file mode 100644
index 0000000000..36cf7037f1
--- /dev/null
+++ b/python/python2-pytest-runner/README
@@ -0,0 +1,6 @@
+pytest-runner (invoke py.test as a distutils command)
+
+Setup scripts can use pytest-runner to add setup.py test support for
+pytest runner.
+
+This is the Python 2 build of pytest-runner.