Commit Graph

70 Commits

Author SHA1 Message Date
Ask Solem 0513fd8bef CI: Removes pypy3 target 2016-11-21 14:48:44 -08:00
Ask Solem b6893da353 Moves pydocstyle config to setup.cfg 2016-10-11 13:33:10 -07:00
Ask Solem 0cc7a517fa Fixes flakes 2016-10-11 12:48:50 -07:00
Ask Solem 836512cadd Adds pydocstyle as a tox target 2016-10-11 12:33:31 -07:00
Ask Solem ce2fe1aafd Travis: Use separate target to calculate coverage 2016-08-29 13:18:40 -07:00
Ask Solem 7e5182c114 Minor testing stuff 2016-08-23 19:28:05 -07:00
Ask Solem 6d72e40e5b Rewrite tests to use py.test
NOTE: test_qpid was removed as it's breaking horribly.
It's currently trying to import symbols from kombu.transport.qpid
that don't exist.

assertRaises -> pytest.raises

assertTrue

assertTrue - multiline

assertFalse

assertFalse - multiline

assertIsNone

assertIsNone - multiline

assertEqual

assertEqual - multiline

assertNotEqual

assertNotEqual - multiline

assertGreater - multiline

assertIn

assertIn - multiline

assertNotIn

assertNotIn - multiline

assertIsInstance

assertIsInstance - multiline

assertIsNot

assertIsNot - multiline

assertIsNotNone

assertIs

assertIs - multiline

Manual changes

Now depends on case 1.3.1
2016-08-23 11:38:54 -07:00
Ask Solem 6b5735825c Enable all flake8 rules 2016-07-01 14:40:38 -07:00
Ask Solem f6a54fc19c [reqs] Reorganize ci requirements 2016-04-11 12:48:51 -07:00
Ask Solem 1feefef717 [tox] apicheck must install dev reqs 2016-04-08 22:05:31 -07:00
Ask Solem a84f8fa316 [tox] apicheck: warnings are not errors 2016-04-08 19:34:05 -07:00
Ask Solem a25b77756c [dist] Use apicheck from sphinx_celery 2016-04-08 15:06:19 -07:00
Ask Solem b374177473 Use unicode_litereals everywhere and updates flakeplus target to --2.7 2016-04-06 13:14:05 -07:00
Ask Solem 6da537d57c [tests] Now depends on case 2016-04-05 15:53:44 -07:00
Ask Solem 4bc7c2b7fa Updates tox.ini 2015-09-29 14:44:06 -07:00
Ask Solem 0dba924502 Adds pypy3 to test matrix 2014-08-11 18:38:07 +01:00
Ask Solem 142f720732 Attempt to fix CI 2014-06-27 14:08:49 +01:00
Ask Solem 1f36724517 Merge branch '3.0'
Conflicts:
	README.rst
	kombu/__init__.py
	kombu/async/hub.py
	kombu/five.py
	kombu/pidbox.py
	kombu/tests/test_entities.py
	kombu/tests/transport/test_redis.py
	kombu/transport/amqplib.py
	kombu/transport/mongodb.py
	kombu/utils/compat.py
	setup.cfg
	tox.ini
2014-06-24 15:38:35 +01:00
Ask Solem dfed47af3d Stable CI should not install requirements/dev.txt 2014-06-02 17:32:05 +01:00
Ask Solem 0ff70fbba9 Restores accidentally removed tox.ini. Closes #358 2014-05-30 14:41:48 +01:00
Ask Solem 86274e967d Fixes flakes after flake8 upgrade 2014-05-27 14:41:20 +01:00
Ask Solem 55197ee341 master now depends on Python 2.7 2014-05-19 22:27:36 +01:00
Ask Solem 015d9c122d Adds Python 3.4 target for Tox 2014-03-19 19:26:15 +00:00
Ask Solem 60a5c63cb6 Support for coveralls 2014-02-09 15:47:11 +00:00
Matt Wise 1b4672a4d6 Fix Python 3 unit tests in Travis CI.
Python 3+ cannot even build/install Boto, so we
need to have a separate test-ci3.txt file to define
Python 3+ test requirements.
2013-12-03 10:21:48 -08:00
Ask Solem 1153782616 Minimum version for Python3 is now 3.3 2013-10-14 15:14:22 +01:00
Sascha Peilicke b001a348c5 Drop distribute dependencies
distribute was merged back into setuptools-0.7 and deprecated therefore.
2013-08-15 14:57:50 +02:00
Ask Solem c1a9e849ff Attempt to fix Tox CI 2013-06-18 16:35:56 +01:00
Ask Solem cae2e296e2 [tox] install dev requirements 2013-05-15 17:34:17 +01:00
Ask Solem 6cba7c66d4 tox: Don't enable coverage on Py3.x 2013-02-13 12:32:51 +00:00
Ask Solem f68f8ac8c0 Merge branch 'master' into 3.0
Conflicts:
	kombu/abstract.py
	kombu/clocks.py
	kombu/messaging.py
	kombu/pidbox.py
	kombu/pools.py
	kombu/tests/mocks.py
	kombu/tests/test_common.py
	kombu/tests/test_messaging.py
	kombu/tests/test_serialization.py
	kombu/tests/test_utils.py
	kombu/tests/transport/test_redis.py
	kombu/tests/utilities/test_encoding.py
	kombu/transport/pika.py
	kombu/transport/zmq.py
	kombu/transport/zookeeper.py
	kombu/utils/__init__.py
	kombu/utils/encoding.py
	kombu/utils/finalize.py
	pavement.py
	requirements/default.txt
2012-11-27 15:48:42 +00:00
Ask Solem 9cc13cebe1 Removes pika transport, will wait until pika comes out of experimental its state 2012-11-15 16:05:37 +00:00
Ask Solem f6dfec4e45 Something's wrong with tox py33 target 2012-11-12 17:23:56 +00:00
Ask Solem 02f4738e1d More msgpack test fixes 2012-11-12 17:02:37 +00:00
Ask Solem 7685b6e049 Hopefully fix Travis build 2012-11-12 16:03:58 +00:00
Ask Solem c1e06243d0 [3.0] Requires Python 2.6 or higher 2012-11-12 15:56:30 +00:00
Ask Solem c2606b36d7 Codebase now runs on both Py3 and Py2 (not using 2to3) 2012-11-12 14:30:42 +00:00
Ask Solem 2767ebe851 Now depends on importlib+ordereddict if used with Python < 2.7, and simplejson if < 2.6 2012-09-12 13:59:48 +01:00
Ask Solem 3b5cbc906e Cleans up test requirements 2012-08-29 12:43:00 +01:00
Ask Solem 5cedbd24a1 contrib directory now named 'extra' 2012-06-21 15:23:37 +01:00
Mahendra M c43eb27700 Adds support for Apache Zookeeper as a transport.
Closes #134
2012-06-07 15:06:24 +01:00
Ask Solem d80d4cd587 Merge branch 'master' into 2.0-devel
Conflicts:
	AUTHORS
	kombu/connection.py
	kombu/tests/test_connection.py
	kombu/utils/encoding.py
2011-11-08 17:14:16 +00:00
Ask Solem 25fb0c7e05 Py3k passing 2011-10-29 00:08:49 +01:00
Ask Solem bb87a616f2 Merge branch 'master' into 2.0-devel
Conflicts:
	AUTHORS
	examples/simple_task_queue/client.py
	examples/simple_task_queue/worker.py
	kombu/__init__.py
	kombu/common.py
	kombu/pools.py
	kombu/transport/amqplib.py
	kombu/transport/virtual/__init__.py
	kombu/utils/compat.py
	kombu/utils/encoding.py
	requirements/test-jython.txt
	tox.ini
2011-09-27 13:41:23 +01:00
Ask Solem 5f28693b4b tox: adds jython target 2011-09-16 15:36:53 +01:00
Ask Solem af915d498b Fixes syntax error in django transport 2011-09-14 18:59:09 +01:00
Ask Solem 91916cd287 tox: Missing cover3-html 2011-09-14 12:11:47 +01:00
Ask Solem f6bb91931f tox: Missing cover3-html 2011-09-14 12:11:35 +01:00
Ask Solem 6059d00149 Fixes tox for py32 2011-09-14 11:19:42 +01:00
Ask Solem 4476e9a11f Fixes tox for py32 2011-09-14 11:19:26 +01:00