diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 09:14:01 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 09:14:01 -0400 |
commit | aa9fd36703b500a14d024c2d0c63444668c0a411 (patch) | |
tree | 91b1ff0de3dfd6ff46b08a2d1b09267586977d90 /test-all-versions | |
parent | 49a5fe0ade3c99ae516a7894c45279af0644a7f3 (diff) | |
parent | d0878350d3313909ba08eab73e4caeb96dbb1209 (diff) |
Merge branch 'master' into fuzz
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 |