Skip to content

Commit

Permalink
setup.cfg: ignore distutils DeprecationWarning is emited by docker pa…
Browse files Browse the repository at this point in the history
…ckage

After docker package resolves that warning, this commit should be reverted.

docker/docker-py#2928
docker/docker-py#2931
  • Loading branch information
Arnold Czémán authored and cemiarni committed Jul 15, 2022
1 parent b935d20 commit 3ca0614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ script_launch_mode = subprocess
addopts = -v
filterwarnings =
error::DeprecationWarning
ignore: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives

# E124 - closing bracket does not match visual indentation
# E128 - continuation line under-indented for visual indent
Expand Down

0 comments on commit 3ca0614

Please sign in to comment.