https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262061
Kubilay Kocak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|New |Open CC| |[email protected] Flags|maintainer-feedback?(koobs@ |maintainer-feedback+ |FreeBSD.org) | --- Comment #1 from Kubilay Kocak <[email protected]> --- Thanks Kai, looks good. 1) Since setup.py 'test' is deprecated (setuptools, et al), are you able to switch this to use unittest directly? One of the following should just work: - `python -m unittest -v` (shortcut for 'unittest discover') - `python -m unittest -v tests` 2) Please include changelog link and MFH: <branch|No> <reason> in commit log message -- You are receiving this mail because: You are on the CC list for the bug.
