From 2bdd652ea7f6fe539740799ed6586b26e5c2039c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?He=CC=81ctor=20Ferna=CC=81ndez=20Cascallar?= Date: Thu, 17 Jan 2019 16:19:30 +0100 Subject: [PATCH] remove pytest development mark --- tests/integration/test_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_tasks.py b/tests/integration/test_tasks.py index 7af65085..dd8ad407 100644 --- a/tests/integration/test_tasks.py +++ b/tests/integration/test_tasks.py @@ -852,7 +852,6 @@ def test_api_filter_by_milestone__estimated_start_and_end(client, field_name): assert response.data[0]["subject"] == task.subject -@pytest.mark.current @pytest.mark.parametrize("filter_name,collection,expected,exclude_expected,is_text", [ ('status', 'statuses', 3, 7, False), ('assigned_to', 'users', 3, 7, False),