Skip to content

Commit

Permalink
fix: remove poetry.lock requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-marnik committed Sep 24, 2024
1 parent 1fe2fcb commit b4a505b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/ansys/templates/python/solution/hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"CONTRIBUTING.md",
"CONTRIBUTORS.md",
"LICENSE.rst",
"poetry.lock",
"pyproject.toml",
"README.rst",
"setup_environment.py",
Expand Down Expand Up @@ -108,8 +107,6 @@
DESIRED_STRUCTURE = DESIRED_STRUCTURE + UI_STRUCTURE
elif "{{ cookiecutter.dash_ui }}" == "awc":
DESIRED_STRUCTURE = DESIRED_STRUCTURE + AWC_UI_STRUCTURE
if "{{ cookiecutter.dash_ui }}" != "default":
DESIRED_STRUCTURE.remove("poetry.lock")


def main():
Expand Down
1 change: 0 additions & 1 deletion tests/tests_templates/test_python_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@
"CONTRIBUTING.md",
"CONTRIBUTORS.md",
"LICENSE.rst",
"poetry.lock",
"pyproject.toml",
"README.rst",
"setup_environment.py",
Expand Down

0 comments on commit b4a505b

Please sign in to comment.