Explorar o código

Attempt at fixing build

Ask Solem %!s(int64=8) %!d(string=hai) anos
pai
achega
bbb9d18e91
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      t/unit/tasks/test_tasks.py

+ 1 - 0
t/unit/tasks/test_tasks.py

@@ -417,6 +417,7 @@ class test_tasks(TasksCase):
         with pytest.raises(Ignore):
             self.mytask.replace(sig1)
 
+    @pytest.mark.usefixtures('depends_on_current_app')
     def test_replace_callback(self):
         c = group([self.mytask.s()], app=self.app)
         c.freeze = Mock(name='freeze')