You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2022/11/01 16:27:49 UTC

[allura] branch pytest-finalize updated: [#8445] remove 'test_suite' and 'tests_require' from setup.py as they are deprecated

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


The following commit(s) were added to refs/heads/pytest-finalize by this push:
     new 7cadb3268 [#8445] remove 'test_suite' and 'tests_require' from setup.py as they are deprecated
7cadb3268 is described below

commit 7cadb326894534b8eae66f141a3a4e43fdba63c5
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Tue Nov 1 16:27:42 2022 +0000

    [#8445] 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]