Skip to content

Commit

Permalink
fix skip marker
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
  • Loading branch information
techalchemy committed Apr 23, 2020
1 parent 1fedb96 commit 61d7223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_install_markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_global_overrides_environment_markers(PipenvInstance):
@pytest.mark.markers
@pytest.mark.complex
@pytest.mark.py3_only
@pytest.skip("test is flaky on CI")
@pytest.mark.skip("test is flaky on CI")
def test_resolver_unique_markers(PipenvInstance):
"""vcrpy has a dependency on `yarl` which comes with a marker
of 'python version in "3.4, 3.5, 3.6" - this marker duplicates itself:
Expand Down

0 comments on commit 61d7223

Please sign in to comment.