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] [tool.poetry-dynamic-versioning]
enable = true enable = true
vcs = "git" vcs = "git"
style= "pep440" strict = true
format-jinja = """
TEST_{{- branch -}}_TEST
"""
[tool.poetry.group.docs.dependencies] [tool.poetry.group.docs.dependencies]
sphinx = "^7.3.7" sphinx = "^7.3.7"