This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch pytest-finalize in repository https://gitbox.apache.org/repos/asf/allura.git
commit d0f75c3d801a492771d5f62d30029bd8aaf82187 Author: Dillon Walls <[email protected]> AuthorDate: Tue Nov 1 16:27:42 2022 +0000 [#8455] remove 'test_suite' and 'tests_require' from setup.py as they are deprecated --- Allura/setup.py | 2 -- ForgeDiscussion/setup.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/Allura/setup.py b/Allura/setup.py index cb89a44ff..aa5f79113 100644 --- a/Allura/setup.py +++ b/Allura/setup.py @@ -50,8 +50,6 @@ setup( paster_plugins=['PasteScript', 'TurboGears2', 'Ming'], packages=find_packages(exclude=['ez_setup']), include_package_data=True, - test_suite='nose.collector', - tests_require=['WebTest >= 1.2', 'BeautifulSoup', 'nose'], package_data={'allura': ['i18n/*/LC_MESSAGES/*.mo', 'templates/**.html', 'templates/**.py', diff --git a/ForgeDiscussion/setup.py b/ForgeDiscussion/setup.py index 165ce4b2f..a8993785d 100644 --- a/ForgeDiscussion/setup.py +++ b/ForgeDiscussion/setup.py @@ -38,8 +38,6 @@ setup(name='ForgeDiscussion', # -*- Extra requirements: -*- 'Allura', ], - test_suite='nose.collector', - tests_require=['WebTest', 'BeautifulSoup'], entry_points=""" # -*- Entry points: -*- [allura]
