File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
test_integration :
48
48
strategy :
49
49
matrix :
50
- python-version : [ "3.9","3.10","3.11", "3. 12" ]
50
+ python-version : [ "3.12" ]
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ test-integration-docker:
45
45
-docker stop unstructured-api && docker kill unstructured-api
46
46
docker run --name unstructured-api -p 8000:8000 -d --rm ${DOCKER_IMAGE} --host 0.0.0.0 && \
47
47
curl -s -o /dev/null --retry 10 --retry-delay 5 --retry-all-errors http://localhost:8000/general/docs && \
48
- PYTHONPATH=. poetry run pytest -n auto _test_unstructured_client -v -k " integration" && \
48
+ PYTHONASYNCIODEBUG=1 PYTHONPATH=. poetry run pytest -n auto _test_unstructured_client/ integration/test_integration.py && \
49
49
docker kill unstructured-api
50
50
51
51
.PHONY : lint
You can’t perform that action at this time.
0 commit comments