pytest-dev / py

Python development support library (note: maintenance only)
MIT License
69 stars 105 forks source link

make iniconfig accept ";;" as comment sign #9

Closed pytestbot closed 8 years ago

pytestbot commented 8 years ago

When having ";;" in setup.cfg or tox.ini files iniconfig bails out with e.g.:

py._iniconfig.ParseError: /Users/hpk/p/pytest-xdist/tox.ini:24: unexpected line: ';; hello'

It should

pytestbot commented 8 years ago

Original comment by @RonnyPfannschmidt

fixed in <<changeset 1166a7c0d608>>