summaryrefslogtreecommitdiffstats
path: root/test/t/test_pytest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_pytest.py')
-rw-r--r--test/t/test_pytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/test_pytest.py b/test/t/test_pytest.py
index e70c7a5..dededc2 100644
--- a/test/t/test_pytest.py
+++ b/test/t/test_pytest.py
@@ -8,7 +8,7 @@ class TestPytest:
def test_1(self, completion):
assert completion
- @pytest.mark.complete("pytest -")
+ @pytest.mark.complete("pytest -", require_cmd=True)
def test_2(self, completion):
assert completion