Skip to content

Commit

Permalink
remove ignore for keyring.util deprecation warning (#17932)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed May 7, 2024
1 parent adb3e42 commit 76419eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ filterwarnings =
ignore:BackendFinder.find_spec\(\) not found; falling back to find_module\(\):ImportWarning
ignore:BackendLoader.exec_module\(\) not found; falling back to load_module\(\):ImportWarning
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
ignore:Properties from keyring.util are no longer supported. Use jaraco.classes.properties instead.:DeprecationWarning
ignore:pkg_resources is deprecated as an API:DeprecationWarning
ignore:record_property is incompatible with junit_family:pytest.PytestWarning

0 comments on commit 76419eb

Please sign in to comment.