summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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