diff options
Diffstat (limited to 'test-all-versions')
-rwxr-xr-x | test-all-versions | 6 |
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 |