fresh-cat-90827
01/10/2023, 7:01 AMpants.toml
file. Is there any special case where an option that represents a collection won't be supporting the following types 🧵[pytest]
extra_requirements = "+['pytest-vcr']"
• an array:
[pytest]
extra_requirements = ["pytest-vcr"]
• an object (with keys being only add
or remove
):
[pytest]
extra_requirements.add = ["pytest-vcr"]
E.g. https://www.pantsbuild.org/docs/reference-pytest#extra_requirementsbitter-ability-32190
01/10/2023, 11:19 AMfresh-cat-90827
01/10/2023, 11:22 AMcurved-television-6568
01/10/2023, 12:15 PMfresh-cat-90827
01/10/2023, 12:53 PM