diff --git a/src/python/turicreate/test/test_sframe.py b/src/python/turicreate/test/test_sframe.py index 9b3633e4c3..80ce332e02 100644 --- a/src/python/turicreate/test/test_sframe.py +++ b/src/python/turicreate/test/test_sframe.py @@ -643,7 +643,7 @@ def test_save_to_csv(self): f.close() os.unlink(f.name) - @pytest.mark.skipif(version_info[0] != 3, "Not a supported feature in python 2.7") + @pytest.mark.skipif(version_info[0] != 3, reason="Not a supported feature in python 2.7") def test_pickling(self): import pickle