Skip to content

Commit

Permalink
Skipping test for python 3.5 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
onekiloparsec committed Nov 9, 2019
1 parent c5cac54 commit 714fd40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_activities.py
@@ -1,6 +1,9 @@
import json
import uuid

import pytest
import sys

import httpretty
from click.testing import CliRunner

Expand All @@ -10,6 +13,7 @@
from .utils import register_successful_login


@pytest.mark.skipif(sys.version_info[:2] != (3, 5), reason="httpretty in test does not support python 3.5")
@httpretty.activate
def test_activities_with_valid_coordinates():
runner = CliRunner()
Expand Down

0 comments on commit 714fd40

Please sign in to comment.