commit: 8b6d7deccfd27eeb84fc13ca19806e19c5023d72 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 19 09:58:35 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Mar 19 14:02:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6d7dec
dev-util/rosdep: fix tests Closes: https://bugs.gentoo.org/826642 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-util/rosdep/rosdep-0.21.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/rosdep/rosdep-0.21.0.ebuild b/dev-util/rosdep/rosdep-0.21.0.ebuild index 4db6d1249c3b..fb9e71e7a7b8 100644 --- a/dev-util/rosdep/rosdep-0.21.0.ebuild +++ b/dev-util/rosdep/rosdep-0.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -44,7 +44,7 @@ BDEPEND=" " PATCHES=( "${FILESDIR}/tests.patch" ) -distutils_enable_tests nose +distutils_enable_tests pytest src_test() { unset ROS_DISTRO
