geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

PyWPS fails on python 3.7 due to async keyword #502

Closed cehbrecht closed 5 years ago

cehbrecht commented 5 years ago

Description

The PR #451 recently merged uses the async keyword which fails with python 3.7 and above: https://github.com/geopython/pywps/blob/f2704c8be835cabc25368ada65147fa1beb79cc0/pywps/app/Process.py#L302

The tagged version 4.2.3 is still working.

Environment

Steps to Reproduce

See travis failure log for emu: https://travis-ci.org/bird-house/emu/jobs/610936819

Additional Information

cehbrecht commented 5 years ago

S3 Storage PR #451 fails on Python 2.7 ... skipping python 2.7 tests. We want to support Python 3.x only in the future.