diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-19 11:58:35 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-19 16:02:40 +0200 |
commit | 8b6d7deccfd27eeb84fc13ca19806e19c5023d72 (patch) | |
tree | 235f25abfb598f211a8525e3f583ff8f6e778d76 /dev-util/rosdep | |
parent | dev-python/rospkg: update live ebuild (diff) | |
download | gentoo-8b6d7deccfd27eeb84fc13ca19806e19c5023d72.tar.gz gentoo-8b6d7deccfd27eeb84fc13ca19806e19c5023d72.tar.bz2 gentoo-8b6d7deccfd27eeb84fc13ca19806e19c5023d72.zip |
dev-util/rosdep: fix tests
Closes: https://bugs.gentoo.org/826642
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/rosdep')
-rw-r--r-- | dev-util/rosdep/rosdep-0.21.0.ebuild | 4 |
1 files 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 |