Skip to content

Commit

Permalink
fix depreaction warning ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Feb 16, 2023
1 parent dc324bb commit 74c3fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neuro-cli/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ filterwarnings=error
ignore:int_from_bytes is deprecated:cryptography.utils.CryptographyDeprecationWarning:jose
; compatibility with click 7.x
ignore:'autocompletion' is renamed to 'shell_complete'.+:DeprecationWarning:click
ignore:Implementing implicit namespace packages:DeprecationWarning:pkg_resources
ignore:.*pkg_resources\.declare_namespace.*:DeprecationWarning:pkg_resources
[mypy]
check_untyped_defs = True
disallow_any_generics = True
Expand Down
3 changes: 1 addition & 2 deletions neuro-sdk/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ install_requires =
importlib_metadata>=4.11.4; python_version<"3.11"
packaging>=20.4
neuro-admin-client>=22.7.2
# fixed to unblock while we releasing client
neuro-config-client>=23.2.3

[options.packages.find]
Expand Down Expand Up @@ -104,7 +103,7 @@ filterwarnings=error
; Remove the following when aiohttp is fixed (probably in 4.0.0 release)
ignore::ResourceWarning:asyncio
ignore:The loop argument is deprecated*:DeprecationWarning:asyncio
ignore:Implementing implicit namespace packages:DeprecationWarning:pkg_resources
ignore:.*pkg_resources\.declare_namespace.*:DeprecationWarning:pkg_resources
[mypy]
check_untyped_defs = True
disallow_any_generics = True
Expand Down

0 comments on commit 74c3fb3

Please sign in to comment.