summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-03-20 07:30:25 -0400
committerLeonard Richardson <leonardr@segfault.org>2023-03-20 07:30:25 -0400
commit9aa2945798d44352fdce9db15dcbeeccc6bf97f0 (patch)
tree922f303bbf85d793b5e6808091588373879bc19d
parent01a32f82e73d6aedfb1cc223da6f6ec001d745ee (diff)
Execute the pytest tests in a way that better respects virtual environments, and add a deprecation notice.
-rwxr-xr-xtest-all-versions6
1 files changed, 5 insertions, 1 deletions
diff --git a/test-all-versions b/test-all-versions
index 52a345b..f1d04f3 100755
--- a/test-all-versions
+++ b/test-all-versions
@@ -1 +1,5 @@
-pytest bs4
+# NOTE 20230320: This script originally ran both the Python 2 and
+# Python 3 tests. Now that Beautiful Soup only supports Python 3,
+# it's not very useful and I will be removing it soon. If you are
+# relying on this script as part of your workflow, please speak up.
+python -m pytest bs4