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 6b68fb9 commit 00666b7Copy full SHA for 00666b7
.test/unit/test_versioning.py
@@ -625,8 +625,8 @@ def test_version_yaml_can_be_included(self):
625
626
def test_version_format_consistency(self):
627
"""Test VERSION format is consistent across files"""
628
- VERSION_FILE = REPO_ROOT / "versioning" / "VERSION"
629
- VERSION_YAML_FILE = REPO_ROOT / "versioning" / "VERSION_YAML"
+ version_file = REPO_ROOT / "versioning" / "VERSION"
+ version_yaml_file = REPO_ROOT / "versioning" / "VERSION_YAML"
630
631
version = version_file.read_text().strip()
632
0 commit comments