Skip to content

Commit a56aed4

Browse files
committed
Stop treating warnings as errors in tests
While this may have been well-intended, years of builds have demonstrated that we only really see deprecation warnings in our dependencies and rarely catch anything in colcon packages. We may elect to re-enable this flag in our CI builds, but having it enabled in the package itself only makes it more difficult to maintain colcon packages downstream.
1 parent 3d29370 commit a56aed4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ exclude =
6868

6969
[tool:pytest]
7070
filterwarnings =
71-
error
7271
# Suppress deprecation warnings in other packages
7372
ignore:Deprecated call to `pkg_resources.declare_namespace\('paste'\)`::
7473
ignore:lib2to3 package is deprecated::scspell

0 commit comments

Comments
 (0)