Skip to content

Commit 9a64115

Browse files
committed
fix
1 parent 1a46f43 commit 9a64115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/before_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +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
14+
pip install pytest-timeout
1515

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

ci/pytest.sh

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

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

0 commit comments

Comments
 (0)