Skip to content

Commit 90ff2ce

Browse files
authored
Merge pull request #178 from blink1073/stop-using-pkg_resources
2 parents 404fe9f + e963fb2 commit 90ff2ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,7 @@ filterwarnings= [
8181
# Fail on warnings
8282
"error",
8383
# Ignore our own deprecation warnings.
84-
"ignore:.*:deprecation.DeprecatedWarning"
84+
"ignore:.*:deprecation.DeprecatedWarning",
85+
# Ignore warning raised when importing setuptools.command.develop.
86+
"ignore:pkg_resources is deprecated as an API:DeprecationWarning"
8587
]

0 commit comments

Comments
 (0)