summaryrefslogtreecommitdiff
path: root/devel/py-pytest-runner/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pytest-runner/pkg-descr')
-rw-r--r--devel/py-pytest-runner/pkg-descr13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/py-pytest-runner/pkg-descr b/devel/py-pytest-runner/pkg-descr
deleted file mode 100644
index b774ab9399b1..000000000000
--- a/devel/py-pytest-runner/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Setup scripts can use pytest-runner to add setup.py test support
-for pytest runner.
-
-Notice: pytest-runner depends on deprecated features of setuptools and relies on
-features that break security mechanisms in pip.
-
-It is recommended that you:
-
-- Remove 'pytest-runner' from your setup_requires, preferably removing the
- setup_requires option.
-- Remove 'pytest' and any other testing requirements from tests_require,
- preferably removing the tests_requires option.
-- Select a tool to bootstrap and then run tests such as tox.