Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2026 16:46:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyOTcwNTBdIHN5c3V0aWxzL3B5LWNsdXN0ZXJzaGVsbDog?= =?UTF-8?B?VXBkYXRlIDEuOS4zIOKGkiAxLjEwLjE=?=
Message-ID:  <bug-297050-7788-a5qIstDZJt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-297050-7788@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297050

Yusuf Yaman <nxjoseph@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nxjoseph@freebsd.org

--- Comment #2 from Yusuf Yaman <nxjoseph@freebsd.org> ---
(In reply to Vladimir Druzenko from comment #1)
> -PORTVERSION=   1.9.3
> +DISTVERSION=   1.10.1
Yes, It might be changed.

> -DISTNAME=      ClusterShell-${PORTVERSION}
Yes, no need to add this anymore.

> -WWW=           https://cea-hpc.github.io/clustershell/
> +WWW=           https://clustershell.github.io/clustershell/
Right, old one seems to be dead.

I have also found out that pytest doesn't work out of the box and that the
upstream actually gives example of using unittest instead.

$ python -m unittest discover -v -s tests -p '*Test.py' -t .

https://github.com/clustershell/clustershell#test-suite

This do-test target seems to work but I cancelled the progress after some time
because it takes long.

do-test:
        @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m unittest
discover -v -s tests -p '*Test.py' -t .

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-297050-7788-a5qIstDZJt>