We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcce0a commit 8eb2dbfCopy full SHA for 8eb2dbf
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ on:
13
- "maintenance/**"
14
15
env:
16
- CACHE_VERSION: 4
+ CACHE_VERSION: 5
17
KEY_PREFIX: venv
18
19
permissions:
tests/test_self.py
@@ -1528,8 +1528,6 @@ def test_generate_rcfile(tmp_path: Path) -> None:
1528
)
1529
assert process.stdout == process_two.stdout
1530
1531
- assert "suggestion-mode" not in process.stdout
1532
-
1533
# Check that the generated file is valid
1534
with tempfile.NamedTemporaryFile(mode="w", delete=False) as temp:
1535
filename = temp.name
0 commit comments