commit:     38e3a9176924e3ba502cb29c51dcfe9c2ae12878
Author:     Zen <z <AT> pyl <DOT> onl>
AuthorDate: Sun Oct 13 20:15:11 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 07:20:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e3a917

dev-python/pycpio: Remove trailing / from tests command

Signed-off-by: Zen <z <AT> pyl.onl>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pycpio/pycpio-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.3.2.ebuild 
b/dev-python/pycpio/pycpio-1.3.2.ebuild
index 00abcb4ebd65..11f44cbfb0c5 100644
--- a/dev-python/pycpio/pycpio-1.3.2.ebuild
+++ b/dev-python/pycpio/pycpio-1.3.2.ebuild
@@ -20,5 +20,5 @@ RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"
 distutils_enable_tests unittest
 
 python_test() {
-       eunittest tests/
+       eunittest tests
 }

Reply via email to