Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI is broken; Python test regarding GeoJSON fails #27

Open
JamesLMilner opened this issue Sep 20, 2017 · 1 comment
Open

CI is broken; Python test regarding GeoJSON fails #27

JamesLMilner opened this issue Sep 20, 2017 · 1 comment

Comments

@JamesLMilner
Copy link
Contributor

One of the python tests fails:


======================================================================
ERROR: test_create_vector_tiles (tests.test_validate_geojson.TestValidateGeojson)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tiler-scripts/tests/test_validate_geojson.py", line 12, in test_create_vector_tiles
    is_valid = validate_geojson(GEOJSON_FILE)
  File "/tiler-scripts/validate_geojson.py", line 11, in validate_geojson
    validation = geojson.is_valid(features)
AttributeError: 'module' object has no attribute 'is_valid'

@JamesLMilner JamesLMilner changed the title CI is broken CI is broken; Python test regarding GeoJSON fails Sep 20, 2017
@JamesLMilner
Copy link
Contributor Author

Looks like the GeoJSON API has changed. We should probably lock down the Python library versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant