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
175 stars 117 forks source link

Create temporary directory for storing test_assync database #682

Closed gschwind closed 10 months ago

gschwind commented 12 months ago

Overview

Currently the test database for async is created in /tmp/ . This patch create a temporary directory with TempDirectory to store database and then cleanup this directory.

This PR depend on #681 to work flawlessly

Related Issue / Discussion

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

cehbrecht commented 10 months ago

test failures not related