Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
celerytask
Commits
866393e59934
Commit
26e8e838
authored
Feb 05, 2019
by
Philippe Pepiot
Browse files
unskip test_workflow_chain()
Since the upgrade to celery 4, this test pass.
parent
85840e934f6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_celerytask.py
View file @
866393e5
...
...
@@ -19,7 +19,6 @@
import
collections
import
logging
import
unittest
import
time
import
os.path
...
...
@@ -153,7 +152,6 @@ class CeleryTaskTC(BaseCeleryTaskTC):
terminate
=
True
)
self
.
assertFalse
(
os
.
path
.
exists
(
get_log_filename
(
task
.
task_id
)))
@
unittest
.
skipIf
(
celery
.
VERSION
.
major
==
3
,
"not supported with celery 3"
)
def
test_workflow_chain
(
self
):
with
self
.
admin_access
.
repo_cnx
()
as
cnx
:
s
=
celery
.
signature
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment