Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 23:05:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191795] [PATCH] devel/py-nose: Fix tests
Message-ID:  <bug-191795-13-6kmuTqcwN3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191795-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191795-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191795

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easy
           Priority|Normal                      |---
             Status|Needs Triage                |Open
                 CC|                            |koobs@FreeBSD.org
           Assignee|freebsd-ports-bugs@FreeBSD. |nivit@FreeBSD.org
                   |org                         |
            Summary|[PATCH] devel/py-nose: fix  |[PATCH] devel/py-nose: Fix
                   |tests                       |tests
           Severity|Affects Only Me             |Affects Some People

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Assign to maintainer.

nivit@ I can take this if you like.

Melvyn,

`test` is the standard test command for Python packages, and I've tested it's
use locally instead of build_tests, and it works:

-       @cd ${WRKSRC} && ${PYTHON_CMD} selftest.py
+       @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

Having as many Python ports as possible use that target will help when we add
these as the default test mechanism to the Python ports framework bits.

While you're here patching nose, I can see it needs:

- LICENSE_FILE
- #Python3 ready comment removed
- A minor patch to setup.py for the nosetests.1 man page (would be cool if this
wasnt needed)

Can you give these a go too along with an updated patch for tests? :)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191795-13-6kmuTqcwN3>