Skip to content

Commit

Permalink
Skipif first
Browse files Browse the repository at this point in the history
  • Loading branch information
onekiloparsec committed Nov 9, 2019
1 parent 714fd40 commit 12071c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_activities.py
Expand Up @@ -13,8 +13,8 @@
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
@pytest.mark.skipif(sys.version_info[:2] != (3, 5), reason="httpretty in test does not support python 3.5")
def test_activities_with_valid_coordinates():
runner = CliRunner()
register_successful_login(runner)
Expand Down

0 comments on commit 12071c3

Please sign in to comment.