python-mapnik
python-mapnik copied to clipboard
Tests are failing (I'm on fixing CI)
I'm currently working to make python-mapnik work on CI again (moving to github actions). Task is to build package that will be hosted in pypi, but tests are failing... You can see PR here
As you can see - it's green, yet tests, are failing. So:
- tests should be fixed,
- tests running scripts should be fixed to return nonzero code.
My latest changes are even producing whl wich could be not so far from being able to do pip install mapnik. :)
Though we need working tests.