Skip to content

Commit

Permalink
Remove outdated warnings rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Nov 19, 2023
1 parent 645ad40 commit 9deee5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,4 @@ filterwarnings = [
"error",
# FIXME Until we fix socket leaks in tests
"default:unclosed event loop:ResourceWarning",
# https://github.com/docker/docker-py/issues/1293
"ignore:.*docker.sock.*:ResourceWarning",
"ignore:distutils .* deprecated:DeprecationWarning:docker",
# From gssapi, but with improper stack
"ignore:_SixMetaPathImporter.*not found:ImportWarning",
# Actually comes from docker importing distutils on Windows
"ignore:the imp module is deprecated in favour of importlib:DeprecationWarning:pywintypes",
]
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ docker==6.1.3
lz4==3.1.3
docutils==0.17.1
Pygments==2.15.0
gssapi==1.8.2
gssapi==1.8.3
async-timeout==4.0.1
cramjam==2.7.0

0 comments on commit 9deee5e

Please sign in to comment.