From 36efce0b0aa3f9a427817774cd1de8a75de73fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Sun, 8 Feb 2015 19:10:37 +0200 Subject: [PATCH] Correct test_suite config to use new test package. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e4eff34..3f08e8dd 100755 --- a/setup.py +++ b/setup.py @@ -45,5 +45,5 @@ setup( 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries :: Python Modules', ], - test_suite='pelican.tests', + test_suite='pelican_tests', )