We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a46f43 commit 9a64115Copy full SHA for 9a64115
ci/before_tests.sh
@@ -11,7 +11,7 @@ pip install --upgrade pip setuptools wheel
11
pip install ./stac_fastapi/core
12
pip install ./stac_fastapi/sfeos_helpers
13
pip install ./stac_fastapi/opensearch[dev,server]
14
-pip install pytest-timout
+pip install pytest-timeout
15
16
echo "Waiting for OpenSearch"
17
timeout 100 bash -c 'until curl -f http://opensearch:9200/_cluster/health; do sleep 5; done'
ci/pytest.sh
@@ -2,4 +2,4 @@
2
set -e
3
4
echo "Running OpenSearch tests"
5
-pytest -v --timeout=10 --log-cli-level=ERROR stac_fastapi/tests/ 2>/dev/null
+pytest -v --timeout=10 --log-cli-level=ERROR stac_fastapi/tests/
0 commit comments