remove pytest development mark

stable
Héctor Fernández Cascallar 2019-01-17 16:19:30 +01:00 committed by Alex Hermida
parent 483d3ffd5f
commit 2bdd652ea7
1 changed files with 0 additions and 1 deletions

View File

@ -852,7 +852,6 @@ def test_api_filter_by_milestone__estimated_start_and_end(client, field_name):
assert response.data[0]["subject"] == task.subject assert response.data[0]["subject"] == task.subject
@pytest.mark.current
@pytest.mark.parametrize("filter_name,collection,expected,exclude_expected,is_text", [ @pytest.mark.parametrize("filter_name,collection,expected,exclude_expected,is_text", [
('status', 'statuses', 3, 7, False), ('status', 'statuses', 3, 7, False),
('assigned_to', 'users', 3, 7, False), ('assigned_to', 'users', 3, 7, False),