WIP: test: remove ckan_setup

This commit is contained in:
Taro Matsuzawa 2021-01-15 16:42:01 +09:00
parent 856331ed61
commit a4cb1ada5a
2 changed files with 1 additions and 2 deletions

View File

@ -114,4 +114,4 @@ jobs:
paster --plugin=ckanext-harvest harvester initdb -c test.ini
paster --plugin=ckanext-spatial spatial initdb -c test.ini
- name: Run tests
run: pytest ckanext/spatial/tests
run: pytest --ckan-ini=test.ini ckanext/spatial/tests

View File

@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
pytest_plugins = [
u'ckanext.spatial.tests.ckan_setup',
u'ckanext.spatial.tests.fixtures',
]