From 6d9708125c1d1e88caa0bf45dbc14d473e3742bc Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 15 Jan 2017 12:46:35 -0500 Subject: [PATCH 01/11] [requires.io] dependency update --- requirements-testing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 40a70e6..53d7215 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,3 +1,3 @@ -pytest-cov==1.8.1 +pytest-cov==2.4.0 pytest-pep8==1.0.6 -python-coveralls==2.4.3 +python-coveralls==2.9.0 From b1b0bc35305a3f963ac2218349f684058da75efb Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 15 Jan 2017 12:54:47 -0500 Subject: [PATCH 02/11] [requires.io] dependency update From 2bd0598603de9e455e39dfb88be2649c792cfb88 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 12 Apr 2017 03:54:56 -0400 Subject: [PATCH 03/11] [requires.io] dependency update --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 53d7215..64bc10b 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,3 +1,3 @@ pytest-cov==2.4.0 pytest-pep8==1.0.6 -python-coveralls==2.9.0 +python-coveralls==2.9.1 From 2b7082a5e94da64abb69fb09c9000facef1711a2 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 16 Apr 2017 13:16:09 -0400 Subject: [PATCH 04/11] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7420b6..8481344 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def run_tests(self): setup( name='poultry', - version='1.4.0', + version='1.5.0', description='A tweet collection manager.', long_description=long_description, # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers From e5a1bba6e8f7843e3cf8b91eb2928c8f6384adc4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 9 May 2017 16:48:13 -0400 Subject: [PATCH 05/11] [requires.io] dependency update --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 64bc10b..84e416e 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,3 +1,3 @@ -pytest-cov==2.4.0 +pytest-cov==2.5.0 pytest-pep8==1.0.6 python-coveralls==2.9.1 From 7348cb08c5e2f89b9adf060d1bc14f3bfc2ec69a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 11 May 2017 20:26:28 -0400 Subject: [PATCH 06/11] [requires.io] dependency update --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 84e416e..65cb139 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,3 +1,3 @@ -pytest-cov==2.5.0 +pytest-cov==2.5.1 pytest-pep8==1.0.6 python-coveralls==2.9.1 From 2e2a8ab9892453f4ebb5add73143fd8b6d1108be Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 3 Sep 2018 20:07:39 -0400 Subject: [PATCH 07/11] [requires.io] dependency update --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 65cb139..999d8dd 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,3 +1,3 @@ -pytest-cov==2.5.1 +pytest-cov==2.6.0 pytest-pep8==1.0.6 python-coveralls==2.9.1 From f6d48ccdbfcdbf3ede8573d044d9902053c2d669 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 13 Dec 2018 11:12:34 -0500 Subject: [PATCH 08/11] [requires.io] dependency update --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7c88f86..d7a04bc 100644 --- a/tox.ini +++ b/tox.ini @@ -4,10 +4,11 @@ # and then run "tox" from this directory. [tox] -envlist = py27,py34,py33,pypy +envlist = py36 [testenv] -commands = py.test tests README.rst --pep8 --junitxml={envlogdir}/junit-{envname}.xml [] +#commands = py.test tests README.rst --pep8 --junitxml={envlogdir}/junit-{envname}.xml [] +commands = py.test tests README.rst [] deps = -r{toxinidir}/requirements-testing.txt [pytest] From f468e59a8bb6f5515cdfb51285a3102c49270a31 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 13 Dec 2018 11:12:36 -0500 Subject: [PATCH 09/11] [requires.io] dependency update --- setup.py | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/setup.py b/setup.py index 8481344..45f0152 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,6 @@ import sys from setuptools import setup, find_packages -from setuptools.command.test import test as TestCommand dirname = os.path.dirname(__file__) @@ -13,22 +12,9 @@ long_description += '\n' + f.read() -class PyTest(TestCommand): - def finalize_options(self): - TestCommand.finalize_options(self) - self.test_args = 'tests' - self.test_suite = True - - def run_tests(self): - # import here, cause outside the eggs aren't loaded - import pytest - errno = pytest.main(self.test_args) - sys.exit(errno) - - setup( name='poultry', - version='1.5.0', + version='1.5.1', description='A tweet collection manager.', long_description=long_description, # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers @@ -41,7 +27,6 @@ def run_tests(self): 'Operating System :: Microsoft :: Windows', 'Operating System :: MacOS :: MacOS X', 'Topic :: Utilities', - 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', ], keywords='', @@ -63,7 +48,6 @@ def run_tests(self): 'poultry = poultry.main:dispatch', ], }, - cmdclass={'test': PyTest}, tests_require=[ 'pytest>=2.4.2', ], From 1eb753988588557308c10ce43ff844a9f6803771 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 14 Dec 2018 11:21:17 -0500 Subject: [PATCH 10/11] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45f0152..6395f84 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='poultry', - version='1.5.1', + version='1.5.2', description='A tweet collection manager.', long_description=long_description, # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers From bc847905cc4f7f7441cfef81624666b560d8d526 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 6 Jan 2019 22:30:16 -0500 Subject: [PATCH 11/11] [requires.io] dependency update --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 999d8dd..ae46b3b 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,3 +1,3 @@ -pytest-cov==2.6.0 +pytest-cov==2.6.1 pytest-pep8==1.0.6 python-coveralls==2.9.1