From c631de61b9ac2517bbe3b7f469f7ba59e80af437 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 27 Jul 2020 19:24:47 +0530 Subject: [PATCH] Drop no-longer-used deprecated_python fixture --- tests/functional/test_install_check.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/functional/test_install_check.py b/tests/functional/test_install_check.py index d13e93f5d..060af80ef 100644 --- a/tests/functional/test_install_check.py +++ b/tests/functional/test_install_check.py @@ -5,7 +5,7 @@ def contains_expected_lines(string, expected_lines): return set(expected_lines) <= set(string.splitlines()) -def test_check_install_canonicalization(script, deprecated_python): +def test_check_install_canonicalization(script): pkga_path = create_test_package_with_setup( script, name='pkgA', @@ -59,8 +59,7 @@ def test_check_install_canonicalization(script, deprecated_python): assert result.returncode == 0 -def test_check_install_does_not_warn_for_out_of_graph_issues( - script, deprecated_python): +def test_check_install_does_not_warn_for_out_of_graph_issues(script): pkg_broken_path = create_test_package_with_setup( script, name='broken',