Skip to content

Commit

Permalink
Signal before_task_publish not doing what documented (celery#4035)
Browse files Browse the repository at this point in the history
* Signal before_task_publish not doing what documented

* Freeze Sphinx version

* Freeze pydocstyle version
  • Loading branch information
txomon authored and auvipy committed May 22, 2017
1 parent e812c57 commit 069ed54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion celery/app/amqp.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def send_task_message(producer, name, message,
sender=name, body=body,
exchange=exchange, routing_key=routing_key,
declare=declare, headers=headers2,
properties=kwargs, retry_policy=retry_policy,
properties=properties, retry_policy=retry_policy,
)
ret = producer.publish(
body,
Expand Down
1 change: 1 addition & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx_celery>=1.3
Sphinx==1.5.1
typing
-r extras/sqlalchemy.txt
2 changes: 1 addition & 1 deletion requirements/pkgutils.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ setuptools>=20.6.7
wheel>=0.29.0
flake8>=2.5.4
flakeplus>=1.1
pydocstyle
pydocstyle==1.1.1
tox>=2.3.1
sphinx2rst>=1.0
cyanide>=1.0.1
Expand Down

0 comments on commit 069ed54

Please sign in to comment.