On 8/1/19 11:29 PM, Kurt Mosiejczuk wrote:
On Mon, Jul 15, 2019 at 09:05:23PM -0400, Kurt Mosiejczuk wrote:
On Sun, Jul 07, 2019 at 01:03:56AM -0400, Kurt Mosiejczuk wrote:
The line above the NO_TEST line in bpython's Makefile says "axe tests
until py-twisted+deps have a python 3 flavor. Well, py-twisted has a
python3 flavor, so let's axe NO_TEST and uncomment the TEST_DEPENDS
lines.
cc maintainer
Ping.
Ping.

If they work, sure.

~Brian

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/bpython/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile    12 Jul 2019 20:44:04 -0000      1.24
+++ Makefile    16 Jul 2019 01:04:30 -0000
@@ -36,10 +36,8 @@ RUN_DEPENDS= devel/desktop-file-utils \
  BUILD_DEPENDS=        devel/py-babel${MODPY_FLAVOR} \
                textproc/py-sphinx${MODPY_FLAVOR}
-# axe tests until py-twisted+deps have a python3 flavor
-NO_TEST =      Yes
-#TEST_DEPENDS= devel/py-mock${MODPY_FLAVOR} \
-#              devel/py-twisted${MODPY_FLAVOR}
+TEST_DEPENDS=  devel/py-mock${MODPY_FLAVOR} \
+               devel/py-twisted${MODPY_FLAVOR}
# de-conflict flavors
  post-install:

Reply via email to