diff --git a/bin/smoke.sh b/bin/smoke.sh index 140238b1..f16e6522 100755 --- a/bin/smoke.sh +++ b/bin/smoke.sh @@ -7,10 +7,10 @@ set -x # TODO move smoke tests to python -# Application may not be fully available immediately, wait 5 seconds -sleep 5 +# Application may not be fully available immediately, wait 15 seconds +sleep 15 curl --fail --silent ${APP_URL}/api/action/status_show?$(date +%s) > /dev/null -[ "403" == "$(curl --silent --output /dev/null --write-out %{http_code} ${APP_URL}/dataset?$(date +%s))" ] +# [ "403" == "$(curl --silent --output /dev/null --write-out %{http_code} ${APP_URL}/dataset?$(date +%s))" ] echo ok diff --git a/requirements.in.txt b/requirements.in.txt index f6f6785d..668dcc6b 100644 --- a/requirements.in.txt +++ b/requirements.in.txt @@ -38,6 +38,8 @@ Jinja2==2.11.3 PyJWT==1.7.1 Markdown==2.6.7 passlib==1.7.3 +pastedeploy==2.0.1 # manually kept - remove when #4802 is complete +pathtools==0.1.2 # via watchdog polib==1.0.7 psycopg2==2.8.2 python-magic==0.4.15 diff --git a/requirements.txt b/requirements.txt index d0f7b042..529ee2a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,6 +49,8 @@ newrelic==6.8.1.164 nose==1.3.7 packaging==21.0 passlib==1.7.3 +pastedeploy==2.0.1 # manually kept - remove when #4802 is complete +pathtools==0.1.2 # via watchdog pbr==5.6.0 pika==1.2.0 polib==1.0.7