summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-18 09:04:17 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-18 09:04:17 -0400
commiteb5243cfd0cd095826cc707f5da8e7a74127e084 (patch)
tree89d0c7113d072a171dbcdf3ed1a9ab9d6021cff1
parent598c66dc21bdf87bf73d4e10ba988c3734b1e500 (diff)
downloadpytest-runner-eb5243cfd0cd095826cc707f5da8e7a74127e084.tar.gz
Prefer rwt for standalone script dependency resolution.
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f9a04d3..3055316 100644
--- a/README.rst
+++ b/README.rst
@@ -55,6 +55,10 @@ for real-world usage.
Standalone Example
------------------
+This technique is deprecated - if you have standalone scripts
+you wish to invoke with dependincies, `use rwt
+<https://pypi.org/project/rwt>`_.
+
Although ``pytest-runner`` is typically used to add pytest test
runner support to maintained packages, ``pytest-runner`` may
also be used to create standalone tests. Consider `this example