From f227b39da8aaeae172f36cc0efc1d1a62246028c Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Wed, 13 Mar 2019 18:46:28 -0700 Subject: [PATCH] Note issue with nose-unittest Fixes #16336 --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 940b1e9061ea6..f98a7c4b3647e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -105,3 +105,5 @@ These tests require several dependencies that can be installed either from the R | yamllint | yamllint | yamllint | There is a tool ``rosdistro_reformat`` which will fix most formatting errors such as alphabetization and correct formatting. + +Note: There's a [known issue](https://github.com/disqus/nose-unittest/issues/2) discovered [here](https://github.com/ros/rosdistro/issues/16336) that most tests won't run if you have the python package `nose-unitttest` installed.