We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7446d commit 27b3090Copy full SHA for 27b3090
tests/test_repo/test_version.py
@@ -19,7 +19,7 @@ def files():
19
20
def test_static_version_file(files):
21
assert re.match(
22
- r'^[0-9]\.[0-9]\.[0-9]{1,2}(\.post[0-9]+|\.rc[0-9]+){0,1}$',
+ r'^[0-9]\.[0-9]\.[0-9]{1,2}(a[0-9]+|b[0-9]+|rc[0-9]+){0,1}$',
23
files['VERSION'].getvalue().strip(),
24
)
25
0 commit comments