mirror of https://github.com/scrapy/scrapy.git
Merge pull request #6205 from wRAR/fix-pypy-tests
Remove a defer.returnValue call.
This commit is contained in:
commit
b7cf30a48e
|
|
@ -2299,7 +2299,7 @@ class BatchDeliveriesTest(FeedExportTestBase):
|
|||
content[feed["format"]].append(file.read_bytes())
|
||||
finally:
|
||||
self.tearDown()
|
||||
defer.returnValue(content)
|
||||
return content
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def assertExportedJsonLines(self, items, rows, settings=None):
|
||||
|
|
|
|||
Loading…
Reference in New Issue