open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.66k stars 568 forks source link

Wrap some arguments in quotes in tox.ini #3989

Closed pmcollins closed 4 days ago

pmcollins commented 1 week ago

Description

This change removes escaping like "\#" in tox.ini and instead wraps the args in quotes.

Fixes #3988

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Tested locally on macOS Sonoma. Request that this change be verified on other platforms as well.

Does This PR Require a Contrib Repo Change?

Checklist:

pmcollins commented 4 days ago

Fixed by upgrading tox. Closing.