sarugaku / resolvelib

Resolve abstract dependencies into concrete ones
ISC License
143 stars 33 forks source link

Investigate failing PyPI tests #44

Closed uranusjr closed 4 years ago

uranusjr commented 4 years ago

Especially same-package-extras.json, which is failing with a plain exception.

uranusjr commented 4 years ago

Oh, it’s the same as the one mentioned in #26 :(

d30b3c172767e98aed6f16077a7c79be747cab93 added an except KeyError: to catch the ugly exception, but the test still fails.