Skip to content

Commit

Permalink
revert to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Oct 30, 2023
1 parent 5f8e166 commit 8f32270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions tests/test_assync.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ def setUp(self) -> None:
# Running processes using the MultiProcessing scheduler and a file-based database
configuration.CONFIG.set('processing', 'mode', 'distributed')

configuration.CONFIG.set("logging", "database", f"sqlite:///{self.tmpdir.name}/test-pywps-logs.sqlite3")

def tearDown(self) -> None:
# Cleanup temporary database
configuration.load_configuration()
self.tmpdir.cleanup()

def test_async(self):
client = client_for(Service(processes=[Sleep()]))
wps = WPSExecution()
Expand Down
4 changes: 2 additions & 2 deletions tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

from basic import TestBase
import os
import unittest
import pytest

import random

from pywps import configuration

Expand Down

0 comments on commit 8f32270

Please sign in to comment.