From abf785666a72f3e3ed0aefce69497e9a0cde12be Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 5 May 2020 22:00:55 +0300 Subject: [PATCH] testing: fix lint after merge of old branch --- testing/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_config.py b/testing/test_config.py index bf388c729..a01568608 100644 --- a/testing/test_config.py +++ b/testing/test_config.py @@ -1465,7 +1465,7 @@ class TestPytestPluginsVariable: warnings.filterwarnings('always', category=DeprecationWarning) pytest_plugins=['capture'] """, - } + }, ) res = testdir.runpytest_subprocess() assert res.ret == 0