Pytest migration initial commit
diff --git a/setup.py b/setup.py
index 3f080b9..2cf3106 100644
--- a/setup.py
+++ b/setup.py
@@ -71,10 +71,9 @@
         'Topic :: Software Development :: Libraries :: Python Modules',
         'Topic :: Text Processing :: Markup :: HTML'
     ],
-    packages=['jinja2', 'jinja2.testsuite', 'jinja2.testsuite.res'],
+    packages=['jinja2'],
     install_requires=['MarkupSafe'],
     extras_require={'i18n': ['Babel>=0.8']},
-    test_suite='jinja2.testsuite.suite',
     include_package_data=True,
     entry_points="""
     [babel.extractors]