Skip to content

Commit

Permalink
Merge pull request #424 from jettify/fix-python-version-in-tests
Browse files Browse the repository at this point in the history
fix typo in python version in connector tests
  • Loading branch information
asvetlov committed Jun 25, 2015
2 parents 50c060a + d22bc12 commit 73cd5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from tests.test_client_functional import Functional

PY_341 = sys.version_info >= (3, 4)
PY_341 = sys.version_info >= (3, 4, 1)


class TestHttpConnection(unittest.TestCase):
Expand Down

0 comments on commit 73cd5b4

Please sign in to comment.