maxmind / MaxMind-DB-Reader-python

Python MaxMind DB reader extension
https://maxminddb.readthedocs.org/
Apache License 2.0
178 stars 37 forks source link

PyPI sdist tarball no longer contains tests/data folder #132

Closed frenzymadness closed 11 months ago

frenzymadness commented 11 months ago

Hello.

I'm not sure whether this change was intentional but it's no longer possible to run tests with just the content from PyPI:

$ find maxminddb-2.4.0/tests/ | wc -l
52
$ find maxminddb-2.5.0/tests/ | wc -l
3
frenzymadness commented 11 months ago

And it also seems that the sdist tarball does not contain the newly bundled libmaxminddb folder so it's not possible to build the extension from the source.

oschwald commented 11 months ago

Thanks for reporting this! 2.5.1 was released with a fix.