Skip to content

Commit

Permalink
ENH: do not import Tox into Pixi if pixi+uv
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 24, 2024
1 parent d04afb8 commit 5944d0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compwa_policy/check_dev_files/pixi/_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ def update_pixi_configuration(
do(_define_minimal_project, config)
do(_import_conda_dependencies, config)
do(_import_conda_environment, config)
if package_manager == "pixi+uv":
if package_manager == "pixi":
do(_import_tox_tasks, config)
if package_manager == "pixi+uv":
do(_define_combined_ci_job, config)
else:
if is_python_package:
Expand Down

0 comments on commit 5944d0e

Please sign in to comment.