File tree 4 files changed +1
-6
lines changed
4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ def setup(cls):
19
19
os .system ("PGPASSWORD=ckan psql -h db -U ckan -d ckan -c 'create extension postgis;'" )
20
20
# PY2
21
21
os .system ("ckan -c test.ini harvester initdb" )
22
- os .system ("ckan -c test.ini spatial initdb" )
23
22
# echo "Downloading locations table"
24
23
os .system ("wget https://github.com/GSA/datagov-deploy/raw/71936f004be1882a506362670b82c710c64ef796/"
25
24
"ansible/roles/software/ec2/ansible/files/locations.sql.gz -O /tmp/locations.sql.gz" )
Original file line number Diff line number Diff line change 3
3
echo " Init Harvest database tables"
4
4
ckan harvester initdb
5
5
6
- echo " Init Spatial database tables"
7
- ckan spatial initdb
8
-
Original file line number Diff line number Diff line change 1
- -e git+https://github.com/ckan/ckanext-harvest.git#egg=ckanext_harvest
1
+ -e git+https://github.com/ckan/ckanext-harvest.git@v1.5.6 #egg=ckanext_harvest
2
2
-e git+https://github.com/ckan/ckanext-spatial.git#egg=ckanext-spatial
3
3
-e git+https://github.com/asl2/PyZ3950.git#egg=PyZ3950
4
4
git+https://github.com/gsa/ckan.git@ckan-210-temp#egg=ckan
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ PASS=ckan
28
28
# cd -
29
29
30
30
ckan -c $test_ini harvester initdb
31
- ckan -c $test_ini spatial initdb
32
31
33
32
pytest --ckan-ini=test.ini --cov=ckanext.geodatagov --disable-warnings ckanext/geodatagov/tests/
34
33
You can’t perform that action at this time.
0 commit comments