Skip to content

Commit

Permalink
changed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianaMarques committed Oct 16, 2018
1 parent 19a5929 commit 11fc368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/tests/test_history.py
Expand Up @@ -25,7 +25,7 @@
def setUp():
nt.assert_equal(sys.getdefaultencoding(), "utf-8")

@skipif(sqlite3.version_info > (3,24,0))
@skipif(sqlite3.sqlite_version_info > (3,24,0))
def test_history():
ip = get_ipython()
with TemporaryDirectory() as tmpdir:
Expand Down

0 comments on commit 11fc368

Please sign in to comment.