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 32: upgrades test and tool libraries #3250

Merged
merged 30 commits into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
913bbd5
updates pennsieve
pcrespov Aug 11, 2022
e285cd5
updates api/tests
pcrespov Aug 11, 2022
a256389
updates tests/e2e
pcrespov Aug 11, 2022
4effc55
updates tests/environment-setup
pcrespov Aug 11, 2022
29d162a
updates tests/public-api
pcrespov Aug 11, 2022
1ecea87
updates tests/swarm-deploy
pcrespov Aug 11, 2022
79fa273
updates packages/models-library
pcrespov Aug 11, 2022
be082a2
updates packages/postgres-database
pcrespov Aug 11, 2022
1551146
updates packages/service-integration
pcrespov Aug 11, 2022
851a27b
updates packages/servicelib
pcrespov Aug 11, 2022
39a51ea
updates packages/settings-library
pcrespov Aug 11, 2022
5909627
updates packages/simcore-sdk
pcrespov Aug 11, 2022
047df46
updates services/catalog tests
pcrespov Aug 11, 2022
26cd16c
updates services/datsk-sidecar test tools
pcrespov Aug 11, 2022
76eea37
updates services/director-v2 test tools
pcrespov Aug 11, 2022
31ae0f1
updates services/sidecar test tools
pcrespov Aug 11, 2022
950f539
updates services/datcore test tools
pcrespov Aug 11, 2022
fe757e6
updates services/webvserver test tools
pcrespov Aug 11, 2022
ffb563c
updates packages-dask-tasks test tools
pcrespov Aug 11, 2022
454ad5b
fixes upgrades pylint in servicelib
pcrespov Aug 11, 2022
499fc91
fixes upgrades pylint in storage service
pcrespov Aug 11, 2022
feb6377
fixes upgrades pylint in api-server service
pcrespov Aug 11, 2022
af7e5d7
updated pylintrc config file
pcrespov Aug 11, 2022
e474bf9
fixes pylint implicit-str-concat
pcrespov Aug 11, 2022
fea4556
pylint: adds optional pluging to check self
pcrespov Aug 11, 2022
bd7971f
fixes bad reqs in servlicelibrary
pcrespov Aug 11, 2022
5595b10
uniformed click versions
pcrespov Aug 12, 2022
5453d6b
fixes on _tools.txt
pcrespov Aug 12, 2022
ff7c7c0
unified typing-extesions
pcrespov Aug 12, 2022
ae2cadd
uniform faker
pcrespov Aug 12, 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
739 changes: 423 additions & 316 deletions .pylintrc

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ aiosignal==1.2.0
# via aiohttp
async-timeout==4.0.2
# via aiohttp
attrs==21.4.0
attrs==22.1.0
# via
# aiohttp
# jsonschema
# openapi-core
# pytest
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via aiohttp
coverage[toml]==6.3.2
coverage[toml]==6.4.3
# via
# -r requirements.in
# pytest-cov
dictpath==0.1.3
# via openapi-core
frozenlist==1.3.0
frozenlist==1.3.1
# via
# aiohttp
# aiosignal
Expand All @@ -37,13 +37,15 @@ iniconfig==1.1.1
# via pytest
isodate==0.6.1
# via openapi-core
jsonschema==4.6.0
jsonschema==4.9.1
# via
# openapi-schema-validator
# openapi-spec-validator
lazy-object-proxy==1.7.1
# via openapi-core
more-itertools==8.13.0
markupsafe==2.1.1
# via werkzeug
more-itertools==8.14.0
# via openapi-core
multidict==6.0.2
# via
Expand Down Expand Up @@ -81,13 +83,13 @@ pytest==7.1.2
# pytest-sugar
pytest-aiohttp==1.0.4
# via -r requirements.in
pytest-asyncio==0.18.3
pytest-asyncio==0.19.0
# via pytest-aiohttp
pytest-cov==3.0.0
# via -r requirements.in
pytest-instafail==0.4.2
# via -r requirements.in
pytest-sugar==0.9.4
pytest-sugar==0.9.5
# via -r requirements.in
pyyaml==6.0
# via
Expand All @@ -103,9 +105,9 @@ tomli==2.0.1
# via
# coverage
# pytest
werkzeug==2.1.2
werkzeug==2.2.2
# via openapi-core
yarl==1.7.2
yarl==1.8.1
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down
22 changes: 11 additions & 11 deletions packages/dask-task-models-library/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
#
# pip-compile --output-file=requirements/_base.txt --strip-extras requirements/_base.in
#
attrs==21.4.0
attrs==22.1.0
# via jsonschema
click==8.1.3
# via distributed
cloudpickle==2.0.0
cloudpickle==2.1.0
# via
# dask
# distributed
dask==2022.6.0
dask==2022.8.0
# via
# -r requirements/_base.in
# distributed
distributed==2022.6.0
distributed==2022.8.0
# via dask
dnspython==2.2.1
# via email-validator
email-validator==1.2.1
# via pydantic
fsspec==2022.5.0
fsspec==2022.7.1
# via dask
heapdict==1.0.1
# via zict
Expand All @@ -33,15 +33,15 @@ jinja2==3.1.2
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../requirements/constraints.txt
# distributed
jsonschema==4.6.0
jsonschema==4.9.1
# via -r requirements/../../../packages/models-library/requirements/_base.in
locket==1.0.0
# via
# distributed
# partd
markupsafe==2.1.1
# via jinja2
msgpack==1.0.3
msgpack==1.0.4
# via distributed
packaging==21.3
# via
Expand All @@ -51,7 +51,7 @@ partd==1.2.0
# via dask
psutil==5.9.1
# via distributed
pydantic==1.9.0
pydantic==1.9.1
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../requirements/constraints.txt
Expand All @@ -71,16 +71,16 @@ sortedcontainers==2.4.0
# via distributed
tblib==1.7.0
# via distributed
toolz==0.11.2
toolz==0.12.0
# via
# dask
# distributed
# partd
tornado==6.1
# via distributed
typing-extensions==4.2.0
typing-extensions==4.3.0
# via pydantic
urllib3==1.26.9
urllib3==1.26.11
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../requirements/constraints.txt
Expand Down
36 changes: 19 additions & 17 deletions packages/dask-task-models-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@ aiohttp==3.8.1
# pytest-aiohttp
aiosignal==1.2.0
# via aiohttp
astroid==2.11.5
astroid==2.11.7
# via pylint
async-timeout==4.0.2
# via aiohttp
attrs==21.4.0
attrs==22.1.0
# via
# -c requirements/_base.txt
# aiohttp
# pytest
certifi==2022.5.18.1
certifi==2022.6.15
# via requests
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via
# aiohttp
# requests
coverage==6.3.2
coverage==6.4.3
# via
# -r requirements/_test.in
# coveralls
# pytest-cov
coveralls==3.3.1
# via -r requirements/_test.in
dill==0.3.4
dill==0.3.5.1
# via pylint
docopt==0.6.2
# via coveralls
faker==13.7.0
faker==13.15.1
# via -r requirements/_test.in
frozenlist==1.3.0
frozenlist==1.3.1
# via
# aiohttp
# aiosignal
Expand Down Expand Up @@ -76,7 +76,7 @@ pprintpp==0.4.0
# via pytest-icdiff
py==1.11.0
# via pytest
pylint==2.13.8
pylint==2.14.5
# via -r requirements/_test.in
pyparsing==3.0.9
# via
Expand All @@ -94,19 +94,19 @@ pytest==7.1.2
# pytest-sugar
pytest-aiohttp==1.0.4
# via -r requirements/_test.in
pytest-asyncio==0.18.3
pytest-asyncio==0.19.0
# via pytest-aiohttp
pytest-cov==3.0.0
# via -r requirements/_test.in
pytest-icdiff==0.5
pytest-icdiff==0.6
# via -r requirements/_test.in
pytest-instafail==0.4.2
# via -r requirements/_test.in
pytest-mock==3.7.0
pytest-mock==3.8.2
# via -r requirements/_test.in
pytest-runner==6.0.0
# via -r requirements/_test.in
pytest-sugar==0.9.4
pytest-sugar==0.9.5
# via -r requirements/_test.in
python-dateutil==2.8.2
# via faker
Expand All @@ -115,7 +115,7 @@ pyyaml==6.0
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# -r requirements/_test.in
requests==2.27.1
requests==2.28.1
# via coveralls
six==1.16.0
# via python-dateutil
Expand All @@ -126,19 +126,21 @@ tomli==2.0.1
# coverage
# pylint
# pytest
typing-extensions==4.2.0
tomlkit==0.11.3
# via pylint
typing-extensions==4.3.0
# via
# -c requirements/_base.txt
# astroid
# pylint
urllib3==1.26.9
urllib3==1.26.11
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# requests
wrapt==1.14.1
# via astroid
yarl==1.7.2
yarl==1.8.1
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down
39 changes: 24 additions & 15 deletions packages/dask-task-models-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
#
# pip-compile --output-file=requirements/_tools.txt --strip-extras requirements/_tools.in
#
black==22.3.0
black==22.6.0
# via -r requirements/../../../requirements/devenv.txt
build==0.8.0
# via pip-tools
bump2version==1.0.1
# via -r requirements/../../../requirements/devenv.txt
cfgv==3.3.1
Expand All @@ -15,56 +17,63 @@ click==8.1.3
# -c requirements/_base.txt
# black
# pip-tools
distlib==0.3.4
distlib==0.3.5
# via virtualenv
filelock==3.7.0
filelock==3.8.0
# via virtualenv
identify==2.5.1
identify==2.5.3
# via pre-commit
isort==5.10.1
# via
# -c requirements/_test.txt
# -r requirements/../../../requirements/devenv.txt
mypy-extensions==0.4.3
# via black
nodeenv==1.6.0
nodeenv==1.7.0
# via pre-commit
packaging==21.3
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
# build
pathspec==0.9.0
# via black
pep517==0.12.0
# via pip-tools
pip-tools==6.6.2
pep517==0.13.0
# via build
pip-tools==6.8.0
# via -r requirements/../../../requirements/devenv.txt
platformdirs==2.5.2
# via
# -c requirements/_test.txt
# black
# virtualenv
pre-commit==2.19.0
pre-commit==2.20.0
# via -r requirements/../../../requirements/devenv.txt
pyparsing==3.0.9
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
# packaging
pyyaml==6.0
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# -c requirements/_test.txt
# pre-commit
six==1.16.0
# via
# -c requirements/_test.txt
# virtualenv
toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# -c requirements/_test.txt
# black
# build
# pep517
typing-extensions==4.2.0
typing-extensions==4.3.0
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
# black
virtualenv==20.14.1
virtualenv==20.16.3
# via pre-commit
wheel==0.37.1
# via pip-tools
Expand Down
8 changes: 4 additions & 4 deletions packages/models-library/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile --output-file=requirements/_base.txt --strip-extras requirements/_base.in
#
attrs==21.4.0
attrs==22.1.0
# via jsonschema
dnspython==2.2.1
# via email-validator
email-validator==1.2.1
# via pydantic
idna==3.3
# via email-validator
jsonschema==4.6.0
jsonschema==4.9.1
# via -r requirements/_base.in
pydantic==1.9.0
pydantic==1.9.1
# via
# -c requirements/../../../requirements/constraints.txt
# -r requirements/_base.in
pyrsistent==0.18.1
# via jsonschema
typing-extensions==4.2.0
typing-extensions==4.3.0
# via pydantic
Loading