Skip to content

Commit 7b67dd7

Browse files
authored
Merge branch 'main' into fix/bump-pypi-action
2 parents 262ab26 + bf22350 commit 7b67dd7

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

ckanext/geodatagov/tests/test_category_tags.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def setup(cls):
1919
os.system("PGPASSWORD=ckan psql -h db -U ckan -d ckan -c 'create extension postgis;'")
2020
# PY2
2121
os.system("ckan -c test.ini harvester initdb")
22-
os.system("ckan -c test.ini spatial initdb")
2322
# echo "Downloading locations table"
2423
os.system("wget https://github.com/GSA/datagov-deploy/raw/71936f004be1882a506362670b82c710c64ef796/"
2524
"ansible/roles/software/ec2/ansible/files/locations.sql.gz -O /tmp/locations.sql.gz")

docker-entrypoint.d/10-setup-db.sh

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@
33
echo "Init Harvest database tables"
44
ckan harvester initdb
55

6-
echo "Init Spatial database tables"
7-
ckan spatial initdb
8-

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
-e git+https://github.com/ckan/ckanext-spatial.git#egg=ckanext-spatial
33
-e git+https://github.com/asl2/PyZ3950.git#egg=PyZ3950
44
git+https://github.com/gsa/ckan.git@ckan-210-temp#egg=ckan

test.sh

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ PASS=ckan
2828
# cd -
2929

3030
ckan -c $test_ini harvester initdb
31-
ckan -c $test_ini spatial initdb
3231

3332
pytest --ckan-ini=test.ini --cov=ckanext.geodatagov --disable-warnings ckanext/geodatagov/tests/
3433

0 commit comments

Comments
 (0)