Skip to content

Commit

Permalink
Make sure to skip some tests for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Jan 26, 2020
1 parent 1a62674 commit 2ccd015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'build/',
'test/examples',
]
if sys.version_info < (3, 5):
if sys.version_info < (3, 6):
# Python 2 not supported syntax
collect_ignore.append('test/test_inference/test_mixed.py')

Expand Down

0 comments on commit 2ccd015

Please sign in to comment.