From 0a69a32b5a2cab7575fdbb5f2cd4b7c7b900aabc Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 4 Aug 2017 14:35:43 +0200 Subject: [PATCH] Force Travis CI to test again --- tests/test_item.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_item.py b/tests/test_item.py index 3c645649c..2c1eb0dd3 100644 --- a/tests/test_item.py +++ b/tests/test_item.py @@ -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()