Fix py3 test
This commit is contained in:
		| @@ -409,6 +409,9 @@ class FileTest(unittest.TestCase): | |||||||
|  |  | ||||||
|     def test_get_image_by_grid_id(self): |     def test_get_image_by_grid_id(self): | ||||||
|  |  | ||||||
|  |         if PY3: | ||||||
|  |             raise SkipTest('PIL does not have Python 3 support') | ||||||
|  |  | ||||||
|         class TestImage(Document): |         class TestImage(Document): | ||||||
|  |  | ||||||
|             image1 = ImageField() |             image1 = ImageField() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user