Skip to content

Commit

Permalink
xxx WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Jul 10, 2023
1 parent 2d358c9 commit df87e80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/framework/cli/micropkg/test_micropkg_requirements.py
Expand Up @@ -81,6 +81,9 @@ def test_existing_complex_project_requirements_txt(
self, fake_project_cli, fake_metadata, fake_package_path, fake_repo_path
):
"""Pipeline requirements.txt and project requirements.txt."""
# FIXME: This assumes that requirements live in `requirements.txt`,
# but in the new project template they are split
# between `pyproject.toml` (library deps) and `requirements.txt` (development deps)
project_requirements_txt = fake_repo_path / "requirements.txt"
with open(project_requirements_txt, "a", encoding="utf-8") as file:
file.write(COMPLEX_REQUIREMENTS)
Expand Down

0 comments on commit df87e80

Please sign in to comment.