From 038692dbf964d21902cf37b2e0b4dac6a2b65461 Mon Sep 17 00:00:00 2001 From: Daniel Bradburn Date: Wed, 10 May 2017 22:57:48 +0200 Subject: [PATCH] Double star arg only test is no longer expected to fail --- pytest/test_function_call.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest/test_function_call.py b/pytest/test_function_call.py index 099a208f..936c31ce 100644 --- a/pytest/test_function_call.py +++ b/pytest/test_function_call.py @@ -123,7 +123,6 @@ with settings(max_examples=25): def test_function_call_star_only(expr): validate_uncompyle(expr) - @pytest.mark.xfail() @given(isolated_function_calls('double_star')) @example("fn(**{})") def test_function_call_double_star_only(expr):