Skip to content

Commit a4cb1ad

Browse files
author
Taro Matsuzawa
committed
WIP: test: remove ckan_setup
1 parent 856331e commit a4cb1ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ jobs:
114114
paster --plugin=ckanext-harvest harvester initdb -c test.ini
115115
paster --plugin=ckanext-spatial spatial initdb -c test.ini
116116
- name: Run tests
117-
run: pytest ckanext/spatial/tests
117+
run: pytest --ckan-ini=test.ini ckanext/spatial/tests

conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- coding: utf-8 -*-
22

33
pytest_plugins = [
4-
u'ckanext.spatial.tests.ckan_setup',
54
u'ckanext.spatial.tests.fixtures',
65
]

0 commit comments

Comments
 (0)