test jinja template

This commit is contained in:
Schmieder, Jacob
2024-05-13 11:04:34 +00:00
parent 047ee3a9bd
commit 2a291c4c0c
+4 -1
View File
@@ -43,7 +43,10 @@ pytest = "^8.1.1"
[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
style= "pep440"
strict = true
format-jinja = """
TEST_{{- branch -}}_TEST
"""
[tool.poetry.group.docs.dependencies]
sphinx = "^7.3.7"