openfisca / openfisca-core

OpenFisca core engine. See other repositories for countries-specific code & data.
https://openfisca.org
GNU Affero General Public License v3.0
171 stars 75 forks source link

fix: yaml tests bug #1048

Closed bonjourmauko closed 3 years ago

bonjourmauko commented 3 years ago

Depended upon by #1058

Bug fix

bonjourmauko commented 3 years ago

@MattiSG Exactly: pkg_resources will tell you where things were installed, which will no longer be the good place when retrieving the cache (site_packages ~ editable).

MattiSG commented 3 years ago

Thanks @maukoquiroga! 👏