From b9431cd3261442383c14ddc6543c12edf6412c3c Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Sun, 9 Oct 2016 09:19:20 -0400 Subject: [PATCH] Remove obsolete tests from build logic. --- test/Jamfile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index b7b44d8c..f34066c8 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -107,7 +107,6 @@ bpl-test crossmod_exception [ bpl-test minimal ] [ bpl-test args ] [ bpl-test raw_ctor ] -[ bpl-test numpy : printer.py numeric_tests.py numarray_tests.py numpy.py numpy.cpp ] [ bpl-test enum : test_enum.py enum_ext.cpp ] [ bpl-test exception_translator ] [ bpl-test pearu1 : test_cltree.py cltree.cpp ]