Skip to content

Commit

Permalink
Mark pipenv check as flaky
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <[email protected]>
  • Loading branch information
techalchemy committed Apr 23, 2018
1 parent 9eec96d commit bd791c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

import pytest

from flaky import flaky
from pipenv.utils import normalize_drive


Expand Down Expand Up @@ -77,6 +77,7 @@ def test_pipenv_graph_reverse(PipenvInstance, pypi):

@pytest.mark.cli
@pytest.mark.needs_internet(reason='required by check')
@flaky
def test_pipenv_check(PipenvInstance, pypi):
with PipenvInstance(pypi=pypi) as p:
p.pipenv('install requests==1.0.0')
Expand Down

0 comments on commit bd791c7

Please sign in to comment.