We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856331e commit a4cb1adCopy full SHA for a4cb1ad
.github/workflows/ci.yml
@@ -114,4 +114,4 @@ jobs:
114
paster --plugin=ckanext-harvest harvester initdb -c test.ini
115
paster --plugin=ckanext-spatial spatial initdb -c test.ini
116
- name: Run tests
117
- run: pytest ckanext/spatial/tests
+ run: pytest --ckan-ini=test.ini ckanext/spatial/tests
conftest.py
@@ -1,6 +1,5 @@
1
# -*- coding: utf-8 -*-
2
3
pytest_plugins = [
4
- u'ckanext.spatial.tests.ckan_setup',
5
u'ckanext.spatial.tests.fixtures',
6
]
0 commit comments