summaryrefslogtreecommitdiffstats
path: root/test/t/test_dmypy.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/t/test_dmypy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/test_dmypy.py b/test/t/test_dmypy.py
index 4c031dd..6253d91 100644
--- a/test/t/test_dmypy.py
+++ b/test/t/test_dmypy.py
@@ -9,6 +9,6 @@ class TestDmypy:
assert "help" in completion
assert not any("," in x for x in completion)
- @pytest.mark.complete("dmypy -", require_cmd=True, require_longopt=True)
+ @pytest.mark.complete("dmypy -", require_longopt=True)
def test_options(self, completion):
assert "--help" in completion