We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c892b83 commit 908fd90Copy full SHA for 908fd90
1 file changed
scripts/populate_tox/populate_tox.py
@@ -892,7 +892,7 @@ def _exit_if_not_free_threaded_interpreter():
892
if "free-threading build" not in sys.version:
893
exc = Exception("Running with a free-threaded interpreter is required.")
894
exc.add_note(
895
- "A dry run of pip is used to determine free-threading support of integrations."
+ "A dry run of pip is used to determine free-threading support of packages."
896
)
897
raise exc
898
@@ -912,7 +912,7 @@ def _exit_if_pip_unavailable():
912
if pip_help_return_code != 0:
913
exc = Exception("pip must be available.")
914
915
916
917
918
0 commit comments