Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit a918b2d

Browse files
Hoyt KoepkeHoyt Koepke
andauthored
Fixed typo in skipif. (#3334)
Co-authored-by: Hoyt Koepke <[email protected]>
1 parent c53dd6d commit a918b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/turicreate/test/test_sframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def test_save_to_csv(self):
643643
f.close()
644644
os.unlink(f.name)
645645

646-
@pytest.mark.skipif(version_info[0] != 3, "Not a supported feature in python 2.7")
646+
@pytest.mark.skipif(version_info[0] != 3, reason="Not a supported feature in python 2.7")
647647
def test_pickling(self):
648648

649649
import pickle

0 commit comments

Comments
 (0)