Skip to content

Commit e963fb2

Browse files
committed
Ignore warning raised when importing setuptools.command.develop
1 parent 404fe9f commit e963fb2

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)