Package: python-expandvars / 1.1.2-2

Metadata

Package Version Patches format
python-expandvars 1.1.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pytest 9.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix configuration for pytest 9

Before this change, pytest 9 failed with:

```
TypeError: pyproject.toml: config option 'addopts' expects a list for type 'args', got str: '--cov --cov-report=html --cov-fail-under=100'
```

See https://github.com/pytest-dev/pytest/issues/13743.