From 9aa2945798d44352fdce9db15dcbeeccc6bf97f0 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Mon, 20 Mar 2023 07:30:25 -0400 Subject: Execute the pytest tests in a way that better respects virtual environments, and add a deprecation notice. --- test-all-versions | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test-all-versions') 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 -- cgit v1.2.3