1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 04:04:13 +00:00

Force Travis CI to test again

This commit is contained in:
cclauss 2017-08-04 14:35:43 +02:00 committed by GitHub
parent c016a4309d
commit 0a69a32b5a

View File

@ -270,7 +270,7 @@ class ItemMetaTest(unittest.TestCase):
def f(self):
# For rationale of this see:
# https://github.com/python/cpython/blob/ee1a81b77444c6715cbe610e951c655b6adab88b/Lib/test/test_super.py#L222
return __class__ # noqa https://github.com/scrapy/scrapy/issues/2836
return __class__ # noqa https://github.com/scrapy/scrapy/issues/2836
MyItem()