osmcode / pyosmium

Python bindings for libosmium
https://osmcode.org/pyosmium
BSD 2-Clause "Simplified" License
318 stars 65 forks source link

Add test for pyosmium-get-changes with cookie option #175

Closed jocelynj closed 3 years ago

lonvia commented 3 years ago

Oddly enough, the windows builds didn't run and they now fail on master: https://ci.appveyor.com/project/lonvia/pyosmium/builds/39713504/job/1lhuwqnl42o6341t

jocelynj commented 3 years ago

Oddly enough, the windows builds didn't run and they now fail on master: https://ci.appveyor.com/project/lonvia/pyosmium/builds/39713504/job/1lhuwqnl42o6341t

I see: we are not closing files before removing them in the test. I will look at this issue.

How can I run the windows tests from my side?

lonvia commented 3 years ago

How can I run the windows tests from my side?

They should be run automatically for a PR. I'm not sure what goes wrong.