openbsd-ports/devel/py-nose/patches/patch-setup_py
martynas fabeccd9f3 Nose provides an alternate test discovery and running process for
unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to too much magic.

similar diffs from niallo@ and Will Maier
ok steven@ (who also had REGRESS_DEPENDS fix) and niallo@
2007-05-31 13:28:51 +00:00

11 lines
311 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1.1.1 2007/05/31 13:28:51 martynas Exp $
--- setup.py.orig Sun Apr 22 01:40:40 2007
+++ setup.py Mon May 21 20:49:58 2007
@@ -1,6 +1,4 @@
import sys
-import ez_setup
-ez_setup.use_setuptools()
from setuptools import setup, find_packages
from nose import __version__ as VERSION