Commit Graph

11 Commits

Author SHA1 Message Date
Marcelo Trylesinski 7516daf7a7 Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
John Koehl a7355ac442
Fix issue #789: Async http code not allowing for proxy config (#790)
* (Issue #789) Don't reset the proxy config in the async curl based http request building unless that is specified by the caller

* Test curl proxy only set when explicitly specified by caller

Co-authored-by: Adam Aljets <aljets@users.noreply.github.com>
2022-01-14 09:37:46 +06:00
Thomas Grainger 241b5dcff8
enable pre-commit (#1355)
* enable pre-commit

* use extend-ignore for flake8

* manual flake8 fixes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update kombu/__init__.py

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-07-20 19:07:49 +06:00
raittes ae9ce769c3 t/unit/asynchronous/http/test_curl: fix test_set_timeout 2021-02-12 10:35:01 +06:00
Matus Valo 5b072fb171 Make flake8 happy 2020-08-17 10:16:05 +06:00
Matus Valo 1512c5d609 Removed case.skip 2020-08-17 10:16:05 +06:00
Matus Valo 410c815e44 Replaced case.skip.if_pypy and case.skip.if_python3 2020-08-17 10:16:05 +06:00
Matus Valo 20e2c45892 Use unittest.mock instead of case 2020-08-16 20:39:26 +06:00
Omer Katz 7a6e7cc45b pyupgrade 2020-07-13 16:58:06 +03:00
Andrii Maletskyi 5101db177c fix 100% cpu usage on linux while using sqs
fix https://github.com/celery/celery/issues/5299
2020-05-15 07:11:01 +06: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