[Python-modules-commits] [praw] 04/14: Remove reference to tests not included in tarball

Josué Ortega josue at moszumanska.debian.org
Sat Oct 28 21:13:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

josue pushed a commit to branch master
in repository praw.

commit 41b66398ba2f2131e84cbcdb4cfbfed24aa812de
Author: Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX at bitmessage.ch>
Date:   Tue Aug 8 15:00:49 2017 -0400

    Remove reference to tests not included in tarball
    
     setup.py includes a reference to tests that can be performed during build.
     However, the tests require betamax and betamax-matchers to build, and these
     packages aren't in Debian, so they must be disabled for the time being.
    Forwarded: not-needed
    Last-Update: 2015-08-18
---
 setup.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 3b767a3..7577df0 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,5 @@ setup(
     packages=[PACKAGE_NAME],
     package_data={'': ['COPYING'], PACKAGE_NAME: ['*.ini']},
     install_requires=['decorator>=3.4.2', 'requests>=2.3.0', 'six>=1.4'],
-    tests_require=['betamax>=0.4.2', 'betamax-matchers>=0.2.0', 'mock>=1.0.0'],
     entry_points={'console_scripts': [
-            'praw-multiprocess = praw.multiprocess:run']},
-    test_suite='tests')
+            'praw-multiprocess = praw.multiprocess:run']})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/praw.git



More information about the Python-modules-commits mailing list