Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Jun 25, 2023
1 parent 18c9971 commit 5e665c8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions datazen/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ mypy
isort
yamllint
setuptools-wrapper
pytest
1 change: 1 addition & 0 deletions local/configs/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ requirements:
- vcorelib>=1.2.3
dev_requirements:
- setuptools-wrapper
- pytest

init_local: |
DEFAULT_TYPE = "yaml"
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ test = [
"mypy",
"isort",
"yamllint",
"setuptools-wrapper"
"setuptools-wrapper",
"pytest"
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion tests/data/valid/datazen-out-test/child.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=====================================
generator=datazen
version=3.1.0
version=3.1.2
hash=2484372c47afe099f7d18f760fe57ce7
=====================================
-->
Expand Down
2 changes: 1 addition & 1 deletion tests/data/valid/datazen-out-test/test.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
=====================================
generator=datazen
version=3.1.0
version=3.1.2
hash=6d844b64ba9b4d34ea3a70c213cf7ea2
=====================================
-->
Expand Down

0 comments on commit 5e665c8

Please sign in to comment.