From f2bfc96bafb83d4a385e9cd84d45f6d489c893a2 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Sat, 7 Apr 2018 21:42:36 +0800 Subject: [PATCH] Come on --- tests/test_pipenv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pipenv.py b/tests/test_pipenv.py index ff29c131..c3de1f87 100644 --- a/tests/test_pipenv.py +++ b/tests/test_pipenv.py @@ -1052,7 +1052,7 @@ maya = "*" @pytest.mark.lock @pytest.mark.complex @needs_internet - @flaky + @flaky(max_runs=5) def test_complex_lock_deep_extras(self): # records[pandas] requires tablib[pandas] which requires pandas. # This uses the real PyPI; Pandas has too many requirements to mock.