Skip to content

Commit 8d0cd34

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 dea2883 commit 8d0cd34

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ test =
5151

5252
[tool:pytest]
5353
filterwarnings =
54-
error
5554
# Suppress deprecation warnings in other packages
5655
ignore:lib2to3 package is deprecated::scspell
5756
ignore:pkg_resources is deprecated as an API::flake8_import_order

0 commit comments

Comments
 (0)