[Bug 191795] [PATCH] devel/py-nose: Fix tests

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 10 23:05:00 UTC 2014


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

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easy
           Priority|Normal                      |---
             Status|Needs Triage                |Open
                 CC|                            |koobs at FreeBSD.org
           Assignee|freebsd-ports-bugs at FreeBSD. |nivit at 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 at 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.


More information about the freebsd-ports-bugs mailing list