summaryrefslogtreecommitdiffstats
path: root/test/t/test_cvsps.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/t/test_cvsps.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/t/test_cvsps.py b/test/t/test_cvsps.py
index 4039893..2095832 100644
--- a/test/t/test_cvsps.py
+++ b/test/t/test_cvsps.py
@@ -1,7 +1,10 @@
import pytest
-@pytest.mark.bashcomp(pre_cmds=("HOME=$PWD/cvs",))
+@pytest.mark.bashcomp(
+ pre_cmds=("HOME=$PWD/cvs",),
+ ignore_env=r"^[+-]COMP_CVS_REMOTE=",
+)
class TestCvsps:
@pytest.mark.complete("cvsps -", require_cmd=True)
def test_1(self, completion):