From 6c09f2a45c5541e9c207d14fc7aa21a4a0066bde Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:03:19 +0200 Subject: Merging upstream version 1:2.12.0. Signed-off-by: Daniel Baumann --- test/t/test_2to3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/t/test_2to3.py') diff --git a/test/t/test_2to3.py b/test/t/test_2to3.py index 4bce44e..1fc14e7 100644 --- a/test/t/test_2to3.py +++ b/test/t/test_2to3.py @@ -6,6 +6,6 @@ class Test2to3: def test_1(self, completion): assert completion - @pytest.mark.complete("2to3 -", require_cmd=True, require_longopt=True) + @pytest.mark.complete("2to3 -", require_longopt=True) def test_2(self, completion): assert completion -- cgit v1.2.3