Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Maintenance/week 05: test and tooling libs #2809

Merged
merged 35 commits into from
Feb 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
840cd93
api tests
pcrespov Feb 9, 2022
8633f50
dask task models library
pcrespov Feb 9, 2022
1a8bb57
model library
pcrespov Feb 9, 2022
fb2c5c5
postgres database
pcrespov Feb 9, 2022
4800eac
service integration
pcrespov Feb 9, 2022
4112f6e
service library
pcrespov Feb 9, 2022
e15811d
settings library
pcrespov Feb 9, 2022
e2b3cb5
simcore-sdk
pcrespov Feb 9, 2022
603cf6d
api-server
pcrespov Feb 9, 2022
f842b11
dask sidecar
pcrespov Feb 9, 2022
c73be89
datcore-adapter
pcrespov Feb 9, 2022
5413e7b
dynamic sidecar
pcrespov Feb 9, 2022
0fa62f4
e2e
pcrespov Feb 9, 2022
d50c192
environment setup
pcrespov Feb 9, 2022
5a5cda4
public api tests
pcrespov Feb 9, 2022
3a21a87
swarm deploy
pcrespov Feb 9, 2022
9ff8946
adds tools to report upgrade changes
pcrespov Feb 9, 2022
c291ee7
upgrades click to resolve confict
pcrespov Feb 9, 2022
e0c4497
minor
pcrespov Feb 9, 2022
66ddc09
upgrades service-library
pcrespov Feb 9, 2022
398b5a8
model libr
pcrespov Feb 9, 2022
6dfa477
model lib
pcrespov Feb 9, 2022
fc3f2bb
pg
pcrespov Feb 9, 2022
de6a8a1
service int
pcrespov Feb 9, 2022
4240c18
settings
pcrespov Feb 9, 2022
574c8e3
simcore sdk
pcrespov Feb 9, 2022
09128f4
api-server
pcrespov Feb 9, 2022
fe7bc34
dask sidcear
pcrespov Feb 9, 2022
2d3335d
datcore adapter
pcrespov Feb 9, 2022
d882994
public api
pcrespov Feb 9, 2022
e10689b
swarm deploy
pcrespov Feb 9, 2022
bc672c4
dummy reqs
pcrespov Feb 9, 2022
30d7077
recipe
pcrespov Feb 9, 2022
eaa28c2
rm catalog constraints
pcrespov Feb 9, 2022
f3fad27
api-server: upgrades click and then tests
pcrespov Feb 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 29 additions & 28 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ aiohttp==3.8.1
# pytest-aiohttp
aiosignal==1.2.0
# via aiohttp
async-timeout==4.0.1
async-timeout==4.0.2
# via aiohttp
attrs==21.2.0
attrs==21.4.0
# via
# aiohttp
# jsonschema
# openapi-core
# pytest
charset-normalizer==2.0.8
charset-normalizer==2.0.11
# via aiohttp
coverage[toml]==6.1.2
coverage[toml]==6.3.1
# via
# -r requirements.in
# pytest-cov
dictpath==0.1.3
# via openapi-core
frozenlist==1.2.0
frozenlist==1.3.0
# via
# aiohttp
# aiosignal
Expand All @@ -39,29 +39,27 @@ importlib-resources==5.4.0 ; python_version < "3.9"
# jsonschema
iniconfig==1.1.1
# via pytest
isodate==0.6.0
# via
# openapi-core
# openapi-schema-validator
jsonschema==4.2.1
isodate==0.6.1
# via openapi-core
jsonschema==4.4.0
# via
# openapi-schema-validator
# openapi-spec-validator
lazy-object-proxy==1.6.0
lazy-object-proxy==1.7.1
# via openapi-core
more-itertools==8.12.0
# via openapi-core
multidict==5.2.0
multidict==6.0.2
# via
# aiohttp
# yarl
openapi-core==0.14.2
# via -r requirements.in
openapi-schema-validator==0.1.5
openapi-schema-validator==0.2.3
# via
# openapi-core
# openapi-spec-validator
openapi-spec-validator==0.3.1
openapi-spec-validator==0.4.0
# via openapi-core
packaging==21.3
# via
Expand All @@ -73,19 +71,22 @@ pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.6
pyparsing==3.0.7
# via packaging
pyrsistent==0.18.0
pyrsistent==0.18.1
# via jsonschema
pytest==6.2.5
pytest==7.0.0
# via
# -r requirements.in
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
# pytest-instafail
# pytest-sugar
pytest-aiohttp==0.3.0
pytest-aiohttp==1.0.3
# via -r requirements.in
pytest-asyncio==0.18.0
# via pytest-aiohttp
pytest-cov==3.0.0
# via -r requirements.in
pytest-instafail==0.4.2
Expand All @@ -100,19 +101,19 @@ six==1.16.0
# via
# isodate
# openapi-core
# openapi-schema-validator
# openapi-spec-validator
termcolor==1.1.0
# via pytest-sugar
toml==0.10.2
# via pytest
tomli==1.2.2
# via coverage
typing-extensions==4.0.0
# via async-timeout
werkzeug==2.0.2
tomli==1.2.3
# via
# -c ../../requirements/constraints.txt
# coverage
# pytest
werkzeug==2.0.3
# via openapi-core
yarl==1.7.2
# via aiohttp
zipp==3.6.0
zipp==3.7.0
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
28 changes: 13 additions & 15 deletions ci/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ aiohttp==3.8.1
# via -r requirements.in
aiosignal==1.2.0
# via aiohttp
anyio==3.4.0
anyio==3.5.0
# via starlette
async-timeout==4.0.1
async-timeout==4.0.2
# via aiohttp
attrs==21.2.0
attrs==21.4.0
# via aiohttp
certifi==2021.10.8
# via requests
charset-normalizer==2.0.8
charset-normalizer==2.0.11
# via
# aiohttp
# requests
docker==5.0.3
# via -r requirements.in
fastapi==0.70.0
fastapi==0.73.0
# via -r requirements.in
frozenlist==1.2.0
frozenlist==1.3.0
# via
# aiohttp
# aiosignal
Expand All @@ -33,27 +33,25 @@ idna==3.3
# anyio
# requests
# yarl
multidict==5.2.0
multidict==6.0.2
# via
# aiohttp
# yarl
pydantic==1.9.0
# via fastapi
pyjwt==2.3.0
# via -r requirements.in
requests==2.26.0
requests==2.27.1
# via docker
sniffio==1.2.0
# via anyio
starlette==0.16.0
starlette==0.17.1
# via fastapi
typing-extensions==4.0.0
# via
# async-timeout
# pydantic
urllib3==1.26.7
typing-extensions==4.0.1
# via pydantic
urllib3==1.26.8
# via requests
websocket-client==1.2.1
websocket-client==1.2.3
# via docker
yarl==1.7.2
# via aiohttp
18 changes: 10 additions & 8 deletions packages/dask-task-models-library/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ cloudpickle==2.0.0
# via
# dask
# distributed
dask==2021.12.0
dask==2022.01.1
# via
# -r requirements/_base.in
# distributed
distributed==2021.12.0
distributed==2022.01.1
# via dask
dnspython==2.1.0
dnspython==2.2.0
# via email-validator
email-validator==1.1.3
# via pydantic
fsspec==2021.11.0
fsspec==2022.1.0
# via dask
heapdict==1.0.1
# via zict
Expand All @@ -41,18 +41,20 @@ markupsafe==2.0.1
msgpack==1.0.3
# via distributed
packaging==21.3
# via dask
# via
# dask
# distributed
partd==1.2.0
# via dask
psutil==5.8.0
psutil==5.9.0
# via distributed
pydantic==1.9.0
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../requirements/constraints.txt
# -r requirements/../../../packages/models-library/requirements/_base.in
# -r requirements/_base.in
pyparsing==3.0.6
pyparsing==3.0.7
# via packaging
pyyaml==6.0
# via
Expand All @@ -71,7 +73,7 @@ toolz==0.11.2
# partd
tornado==6.1
# via distributed
typing-extensions==4.0.0 ; python_version < "3.9"
typing-extensions==4.0.1 ; python_version < "3.9"
# via
# -r requirements/_base.in
# pydantic
Expand Down
49 changes: 25 additions & 24 deletions packages/dask-task-models-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ aiohttp==3.8.1
# pytest-aiohttp
aiosignal==1.2.0
# via aiohttp
astroid==2.9.0
astroid==2.9.3
# via pylint
async-timeout==4.0.1
async-timeout==4.0.2
# via aiohttp
attrs==21.2.0
attrs==21.4.0
# via
# aiohttp
# pytest
certifi==2021.10.8
# via requests
charset-normalizer==2.0.8
charset-normalizer==2.0.11
# via
# aiohttp
# requests
coverage==6.1.2
coverage==6.3.1
# via
# -r requirements/_test.in
# coveralls
Expand All @@ -33,9 +33,9 @@ coveralls==3.3.1
# via -r requirements/_test.in
docopt==0.6.2
# via coveralls
faker==9.8.3
faker==12.1.0
# via -r requirements/_test.in
frozenlist==1.2.0
frozenlist==1.3.0
# via
# aiohttp
# aiosignal
Expand All @@ -50,11 +50,11 @@ iniconfig==1.1.1
# via pytest
isort==5.10.1
# via pylint
lazy-object-proxy==1.6.0
lazy-object-proxy==1.7.1
# via astroid
mccabe==0.6.1
# via pylint
multidict==5.2.0
multidict==6.0.2
# via
# aiohttp
# yarl
Expand All @@ -66,38 +66,41 @@ packaging==21.3
# pytest-sugar
pint==0.18
# via -r requirements/_test.in
platformdirs==2.4.0
platformdirs==2.5.0
# via pylint
pluggy==1.0.0
# via pytest
pprintpp==0.4.0
# via pytest-icdiff
py==1.11.0
# via pytest
pylint==2.12.1
pylint==2.12.2
# via -r requirements/_test.in
pyparsing==3.0.6
pyparsing==3.0.7
# via
# -c requirements/_base.txt
# packaging
pytest==6.2.5
pytest==7.0.0
# via
# -r requirements/_test.in
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
# pytest-icdiff
# pytest-instafail
# pytest-mock
# pytest-sugar
pytest-aiohttp==0.3.0
pytest-aiohttp==1.0.3
# via -r requirements/_test.in
pytest-asyncio==0.18.0
# via pytest-aiohttp
pytest-cov==3.0.0
# via -r requirements/_test.in
pytest-icdiff==0.5
# via -r requirements/_test.in
pytest-instafail==0.4.2
# via -r requirements/_test.in
pytest-mock==3.6.1
pytest-mock==3.7.0
# via -r requirements/_test.in
pytest-runner==5.3.1
# via -r requirements/_test.in
Expand All @@ -110,27 +113,25 @@ pyyaml==6.0
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# -r requirements/_test.in
requests==2.26.0
requests==2.27.1
# via coveralls
six==1.16.0
# via python-dateutil
termcolor==1.1.0
# via pytest-sugar
text-unidecode==1.3
# via faker
toml==0.10.2
# via pylint
tomli==1.2.3
# via
# pylint
# -c requirements/../../../requirements/constraints.txt
# coverage
# pytest
tomli==1.2.2
# via coverage
typing-extensions==4.0.0 ; python_version < "3.9"
typing-extensions==4.0.1 ; python_version < "3.9"
# via
# -c requirements/_base.txt
# astroid
# async-timeout
# pylint
urllib3==1.26.7
urllib3==1.26.8
# via
# -c requirements/../../../requirements/constraints.txt
# requests
Expand Down
Loading