Cyril Jouve added the comment:
you need to pass `strict=False` to ConfigParser :
When `strict` is True, the parser won't allow for any section or option
duplicates while reading from a single source (file, string or
dictionary). Default is True.
--
Change by Cyril Jouve :
--
keywords: +patch
nosy: +Cyril Jouve
nosy_count: 2.0 -> 3.0
pull_requests: +29393
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/31022
___
Python tracker
<https://bugs.python.org/i
Cyril Jouve added the comment:
this looks related to https://github.com/nedbat/coveragepy/issues/1294 /
https://github.com/nedbat/coveragepy/issues/1316 related to binary
incompatibility in coverage (6.2) binary wheel built with 3.11alpha2 and
running on 3.11alpha3 or later.
Latest release
Cyril Jouve added the comment:
sure, I'll raise the issue with poetry then.
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.
New submission from Cyril Jouve :
It was changed from 3.10.0a7 to 3.10.0a7+ in
https://github.com/python/cpython/commit/04eecf7fac8bb8d7a19d14cf2009088046956ab5
According to
https://www.python.org/dev/peps/pep-0440/#public-version-identifiers, it should
be something like 3.10.0a7.post1
or