Skip to content

Commit 8eb2dbf

Browse files
authored
Bump CACHE_VERSION
1 parent 0dcce0a commit 8eb2dbf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- "maintenance/**"
1414

1515
env:
16-
CACHE_VERSION: 4
16+
CACHE_VERSION: 5
1717
KEY_PREFIX: venv
1818

1919
permissions:

tests/test_self.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,8 +1528,6 @@ def test_generate_rcfile(tmp_path: Path) -> None:
15281528
)
15291529
assert process.stdout == process_two.stdout
15301530

1531-
assert "suggestion-mode" not in process.stdout
1532-
15331531
# Check that the generated file is valid
15341532
with tempfile.NamedTemporaryFile(mode="w", delete=False) as temp:
15351533
filename = temp.name

0 commit comments

Comments
 (0)