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

Mark tests that call GDAL binaries (#1555) #1557

Merged
merged 15 commits into from Nov 21, 2018

Conversation

rmsare
Copy link
Contributor

@rmsare rmsare commented Nov 20, 2018

Add markers to tests that call gdalinfo.

pytest runs the correct tests using -m "not gdalbin" and -m "gdalbin" with test behavior unchanged.

This addresses #1555.

perrygeo and others added 15 commits October 22, 2018 13:55
Year specified in version 1.0.9 date is 2019, which is in the future at this time. Set to 2018, which is in the past.
 (rasterio#1541)

* updated _handle_crswkt to use CRS.from_wkt; resolved issue rasterio#1540

* added test for datasetreader opening dataset with ESRI projection wkt string
* Fix a typo (probably)

* Update url for manylinux

* Update README.rst

Co-Authored-By: ismailsunni <imajimatika@gmail.com>

* Update README.rst

Co-Authored-By: ismailsunni <imajimatika@gmail.com>

* Remove unused string
* modified _osr_from_crs to use CRS.from_user_input

* update to use tmpdir fixture for pytest

* update comparison for error output for rio warp

* updated to always attempt to MorphFromESRI to prevent exception from being raised

* added test to test warping with ESRI wkt

* updated data_dir to be used as fixture

* removed duplicate import of CRSError

* reordered initialization of spatial reference to prevent memory leaks

* updated to raise CRSError of auth != EPSG
@sgillies sgillies changed the base branch from master to maint-1.0 November 21, 2018 16:55
Copy link
Member

@sgillies sgillies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rmsare thank you!

@sgillies
Copy link
Member

I've retargeted this at maint-1.0 since we need it to solve the GDAL and PROJ data issues in 1.0.x wheels.

@sgillies sgillies merged commit 4b0d3dd into rasterio:maint-1.0 Nov 21, 2018
@rmsare rmsare deleted the mark-gdalbin-tests branch November 21, 2018 17:19
@rmsare
Copy link
Contributor Author

rmsare commented Nov 21, 2018

Great, thanks! Oops, sorry to fork master without looking at your dev branches.

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

Successfully merging this pull request may close these issues.

None yet

6 participants