Skip to content

Fix weird error w/ versioneer

Liam Toney requested to merge ghsc/users/ltoney/lsforce:versioneer-fix into main

This solves the weird AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? errors we were getting in the tests, e.g. here.

Merge request reports