summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* updated python versiions in CI (#1663)Asif Saif Uddin2023-03-131-16/+18
| | | | | | | | | | | | | | | * updated python versiions in CI * updated python versiions in CI with * updated tox * updated ci * Update .github/workflows/ci.yaml * Update .github/workflows/ci.yaml * Update .github/workflows/ci.yaml
* [gh-actions]Asif Saif Uddin2022-04-271-0/+7
|
* Kafka support (#1506)CountRedClaw2022-04-211-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add kafka support * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix checks * Fix checks * Update kombu/transport/confluentkafka.py Co-authored-by: Asif Saif Uddin <auvipy@gmail.com> * Add customization ability * Add docs * Fix pypi integration tests * Fix pydocstyle * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleanup * Disable PyPy tests * Fix tests * Add docs Co-authored-by: ilbo0518 <ilia.borsuk@netcracker.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
* Support pymongo 4.x (#1536)Jakub Pieńkowski2022-04-181-0/+12
| | | | | | | | | | | * Support pymongo 4.x * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix problems detected by CI Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Add `mypy` to the pipeline (#1512)Marcelo Trylesinski2022-04-091-2/+5
| | | | | | | | | * Add `mypy` to the pipeline * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fix PyPy CI jobsIllia Volochii2021-11-251-7/+8
|
* add python 3.10 to CI & fix other issues (#1402)Asif Saif Uddin2021-10-231-9/+10
| | | | | * add python 3.10 to CI & fix other issues * try pypy3.7
* drop python 3.6 from CI (#1382)Asif Saif Uddin2021-09-091-7/+6
| | | | | | | * drop python 3.6 from CI * Drop 3.6 from CI matrix. Co-authored-by: Omer Katz <omer.drow@gmail.com>
* Add support for Python 3.9Michał Bielawski2021-07-311-8/+9
|
* Add Github Actions CI (#1309)Matus Valo2021-03-071-6/+6
| | | | | | | * Implement CI is github actions * Skip failing pypy3 unittests * Added integration tests
* attempt to update to tox docker 2.0Asif Saif Uddin2021-02-011-5/+7
|
* Update tox.Omer Katz2020-09-061-4/+3
|
* Merge branch 'master' into remove-python2-supportOmer Katz2020-07-301-3/+2
|\
| * tox.ini: Lint on Python, not on legacy Python (#1217)Christian Clauss2020-07-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tox.ini: Lint on Python, not on legacy Python * Travis CI: Lint on Python, not on legacy Python * Update .travis.yml * Update .travis.yml Co-authored-by: Omer Katz <omer.drow@gmail.com> * flakeplus only works on legacy Python Co-authored-by: Omer Katz <omer.drow@gmail.com>
* | Drop testing for Python < 3.6.Omer Katz2020-07-301-14/+9
|/
* Initial redis integration tests implementationMatus Valo2020-05-031-0/+11
|
* Enable integration tests for all versions of python in travisMatus Valo2020-04-301-1/+1
|
* Added integration testing infrastructure for RabbitMQMatus Valo2020-04-301-10/+23
|
* Issue 701 (#1141)Shai Berger2020-02-021-1/+1
| | | | | | | | | | * Make Redis-Mutex test fail as it should (#701) See https://github.com/celery/kombu/issues/701 * Fix issue #701 - decode lock_id returned from Redis Thanks @zaro
* Added Python 3.8 support.Omer Katz2019-10-221-3/+5
|
* Fix broken build steps (#1062)Bruno Alla2019-06-161-2/+2
| | | | | | | | | | * Fix broken build steps - Fix pydocstyle linting error - Move apicheck to Python 3 to be able to install Sphinx 2.0+ The rest will be moved when Python 2 is dropped * Move pydocstyle linting steps to Python 3.6
* drop py34Asif Saif Uddin2019-05-221-1/+0
|
* Fix windows build (#1044)Omer Katz2019-05-161-7/+6
| | | | | | | | * Fix requirements for CI. * Try to skip PyCurl on Windows CI when testing 3.7. * Fix apicheck job.
* Make tox pick the correct compiler for Windows.Omer Katz2019-04-031-0/+2
|
* Avoid pip version check.Omer Katz2019-03-031-0/+2
|
* Bump PyPy to 6.0. Add PyPy3 to the build process. (#986)Omer Katz2019-01-101-1/+2
|
* revert.Omer Katz2019-01-091-2/+2
|
* Run flake8 with two jobs.Omer Katz2019-01-091-3/+3
|
* Run sphinx checks with two jobs.Omer Katz2019-01-091-2/+2
|
* Jython (#915)Asif Saif Uddin (Auvi)2018-09-051-2/+1
| | | | | | * drop jython from tox * drop jython from setup.py
* Added Python 3.7 to the build matrix (#908)Omer Katz2018-08-161-1/+1
| | | | | | | | | | | | * Run tests with Python 3.7. * Add missing dependencies. * Show skip reasons. * Add more dependencies to CI tests. * Fix requirements.
* Use pytest-sugar for output.Omer Katz2018-05-201-1/+1
|
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-191-0/+2
| | | | | | | | | | | | | | * 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
* Always report coverage (#837)Omer Katz2018-03-051-5/+1
| | | | | | | | * Always report coverage. * Remove useless coverage env run. * Remove useless cov testenv.
* Add Python 3.6 to CI testing (#716)Jon Dufresne2017-04-171-1/+0
| | | Enabled pip cache for Travis CI
* Fix byte string for kazoo.Queue in Python 3 (#713)Dima Kurguzov2017-04-121-1/+3
| | | | | | * Fix byte string for kazoo.Queue in Python 3 * Add test for message conversion to bytes in ZooKeeper channel
* CI: Removes pypy3 targetAsk Solem2016-11-211-2/+0
|
* Moves pydocstyle config to setup.cfgAsk Solem2016-10-111-1/+1
|
* Fixes flakesAsk Solem2016-10-111-1/+1
|
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-3/+17
|
* Travis: Use separate target to calculate coverageAsk Solem2016-08-291-4/+7
|
* Minor testing stuffAsk Solem2016-08-231-2/+2
|
* Rewrite tests to use py.testAsk Solem2016-08-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Enable all flake8 rulesAsk Solem2016-07-011-1/+1
|
* [reqs] Reorganize ci requirementsAsk Solem2016-04-111-2/+2
|
* [tox] apicheck must install dev reqsAsk Solem2016-04-081-2/+2
|
* [tox] apicheck: warnings are not errorsAsk Solem2016-04-081-1/+1
|
* [dist] Use apicheck from sphinx_celeryAsk Solem2016-04-081-8/+17
|
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
|
* [tests] Now depends on caseAsk Solem2016-04-051-4/+13
|