Skip to content

Commit 2a0517d

Browse files
authored
⬆️ Maintenance upgrade sqlalchemy (ITISFoundation#2864)
1 parent 8957e53 commit 2a0517d

File tree

205 files changed

+645
-2294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+645
-2294
lines changed

api/tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pytest==7.0.0
8383
# pytest-cov
8484
# pytest-instafail
8585
# pytest-sugar
86-
pytest-aiohttp==1.0.3
86+
pytest-aiohttp==1.0.4
8787
# via -r requirements.in
8888
pytest-asyncio==0.18.0
8989
# via pytest-aiohttp

ci/github/integration-testing/director-v2.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ test() {
2525
--log-date-format="%Y-%m-%d %H:%M:%S" \
2626
--cov=simcore_service_director_v2 --durations=10 --cov-append \
2727
--color=yes --cov-report=term-missing --cov-report=xml --cov-config=.coveragerc \
28+
--asyncio-mode=auto \
2829
-v -m "not travis" "services/director-v2/tests/integration/$1" --log-level=DEBUG
2930
}
3031

ci/github/integration-testing/simcore-sdk.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test() {
2424
--log-date-format="%Y-%m-%d %H:%M:%S" \
2525
--cov=simcore_sdk --durations=10 --cov-append \
2626
--color=yes --cov-report=term-missing --cov-report=xml --cov-config=.coveragerc \
27+
--asyncio-mode=auto \
2728
-v -m "not travis" packages/simcore-sdk/tests/integration --log-level=DEBUG
2829
}
2930

ci/github/integration-testing/webserver.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test() {
2424
--log-date-format="%Y-%m-%d %H:%M:%S" \
2525
--cov=simcore_service_webserver --durations=10 --cov-append \
2626
--color=yes --cov-report=term-missing --cov-report=xml --cov-config=.coveragerc \
27+
--asyncio-mode=auto \
2728
-v -m "not travis" "services/web/server/tests/integration/$1" --log-level=DEBUG
2829
}
2930

ci/github/system-testing/environment-setup.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install() {
1616
}
1717

1818
test() {
19-
pytest --color=yes -v tests/environment-setup --log-level=DEBUG
19+
pytest --color=yes -v tests/environment-setup --log-level=DEBUG --asyncio-mode=auto
2020
}
2121

2222
clean_up() {

ci/github/unit-testing/api-server.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ test() {
1818
--log-date-format="%Y-%m-%d %H:%M:%S" \
1919
--cov=simcore_service_api_server --durations=10 --cov-append \
2020
--color=yes --cov-report=term-missing --cov-report=xml --cov-config=.coveragerc \
21+
--asyncio-mode=auto \
2122
-v -m "not travis" services/api-server/tests/unit
2223
}
2324

ci/github/unit-testing/catalog.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ test() {
1818
--log-date-format="%Y-%m-%d %H:%M:%S" \
1919
--cov=simcore_service_catalog --durations=10 --cov-append \
2020
--color=yes --cov-report=term-missing --cov-report=xml --cov-config=.coveragerc \
21+
--asyncio-mode=auto \
2122
-v -m "not travis" services/catalog/tests/unit
2223
}
2324

ci/github/unit-testing/dask-sidecar.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ test() {
1818
--log-date-format="%Y-%m-%d %H:%M:%S" \
1919
--cov=simcore_service_dask_sidecar --durations=10 --cov-append \
2020
--color=yes --cov-report=term-missing --cov-report=xml --cov-config=.coveragerc \
21+
--asyncio-mode=auto \
2122
-v services/dask-sidecar/tests/unit
2223
}
2324

ci/github/unit-testing/dask-task-models-library.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ codestyle() {
2323

2424
test() {
2525
pytest \
26+
--asyncio-mode=auto \
2627
--color=yes \
2728
--cov-append \
2829
--cov-config=.coveragerc \

ci/github/unit-testing/datcore-adapter.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ install() {
1616
test() {
1717
pytest --numprocesses=auto --cov=simcore_service_datcore_adapter --durations=10 --cov-append \
1818
--color=yes --cov-report=term-missing --cov-report=xml --cov-config=.coveragerc \
19+
--asyncio-mode=auto \
1920
-v -m "not travis" services/datcore-adapter/tests/unit
2021
}
2122

0 commit comments

Comments
 (0)