Omer Katz
|
3ee3e2f48c
|
revert.
|
2019-01-09 23:20:36 +02:00 |
Omer Katz
|
08771f7b05
|
Run flake8 with two jobs.
|
2019-01-09 22:56:12 +02:00 |
Omer Katz
|
05878d6790
|
Run sphinx checks with two jobs.
|
2019-01-09 16:47:52 +02:00 |
Asif Saif Uddin (Auvi)
|
ddb0c8ffad
|
Jython (#915)
* drop jython from tox
* drop jython from setup.py
|
2018-09-05 18:42:04 +06:00 |
Omer Katz
|
b59bf1b679
|
Added Python 3.7 to the build matrix (#908)
* Run tests with Python 3.7.
* Add missing dependencies.
* Show skip reasons.
* Add more dependencies to CI tests.
* Fix requirements.
|
2018-08-16 07:53:25 -05:00 |
Omer Katz
|
c1351f59df
|
Use pytest-sugar for output.
|
2018-05-20 11:02:41 +03:00 |
Thomas Achtemichuk
|
75695205f6
|
Rename `async` keyword to `asynchronous` (#839)
* Rename `async` keyword to `asynchronous`
* Fixes #742
* Resolves "DeprecationWarning: 'async' and 'await' will become reserved
keywords in Python 3.7"
* Address PR feedback
* Update appveyor config
* Rename docs and tests
|
2018-03-19 19:28:43 +02:00 |
Omer Katz
|
dba85e2d95
|
Always report coverage (#837)
* Always report coverage.
* Remove useless coverage env run.
* Remove useless cov testenv.
|
2018-03-05 23:47:28 +02:00 |
Jon Dufresne
|
ba82a72c21
|
Add Python 3.6 to CI testing (#716)
Enabled pip cache for Travis CI
|
2017-04-17 10:24:52 +06:00 |
Dima Kurguzov
|
bf820b20b0
|
Fix byte string for kazoo.Queue in Python 3 (#713)
* Fix byte string for kazoo.Queue in Python 3
* Add test for message conversion to bytes in ZooKeeper channel
|
2017-04-12 11:24:04 +06:00 |
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 |