Closed cehbrecht closed 5 years ago
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
async
The tagged version 4.2.3 is still working.
See travis failure log for emu: https://travis-ci.org/bird-house/emu/jobs/610936819
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.
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#L302The 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