Skip to content

Commit

Permalink
Use rich instead of flask in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Dec 3, 2024
1 parent f0cc794 commit 07684cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_python/pixi_build/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def examples_dir() -> Path:

def test_build_conda_package(pixi: Path, tmp_pixi_workspace: Path) -> None:
"""
This one tries to build the example flask hello world project
This one tries to build the rich example project
"""
pyproject = examples_dir() / "flask-hello-world-pyproject"
pyproject = examples_dir() / "rich_example"
shutil.copytree(pyproject, tmp_pixi_workspace / "pyproject")

manifest_path = tmp_pixi_workspace / "pyproject" / "pyproject.toml"
Expand Down

0 comments on commit 07684cd

Please sign in to comment.