WIP: test: remove ckan_setup
This commit is contained in:
parent
856331ed61
commit
a4cb1ada5a
|
@ -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
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
pytest_plugins = [
|
||||
u'ckanext.spatial.tests.ckan_setup',
|
||||
u'ckanext.spatial.tests.fixtures',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue