소스 검색

Attempt at fixing build

Ask Solem 8 년 전
부모
커밋
bbb9d18e91
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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')