Skip to content

Commit 1a46f43

Browse files
committed
fix
1 parent fafcd88 commit 1a46f43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/before_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pip install --upgrade pip setuptools wheel
1111
pip install ./stac_fastapi/core
1212
pip install ./stac_fastapi/sfeos_helpers
1313
pip install ./stac_fastapi/opensearch[dev,server]
14+
pip install pytest-timout
1415

1516
echo "Waiting for OpenSearch"
1617
timeout 100 bash -c 'until curl -f http://opensearch:9200/_cluster/health; do sleep 5; done'

ci/pytest.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
set -e
33

44
echo "Running OpenSearch tests"
5-
pytest -sv --timeout=10 stac_fastapi/tests/
6-
5+
pytest -v --timeout=10 --log-cli-level=ERROR stac_fastapi/tests/ 2>/dev/null

0 commit comments

Comments
 (0)