diff --git a/tests/unit/test_build_command.py b/tests/unit/test_build_command.py index 40c6431..96640bc 100644 --- a/tests/unit/test_build_command.py +++ b/tests/unit/test_build_command.py @@ -118,7 +118,7 @@ def test_build_locked_pyproject(pdm: PDMCallable, data_base_path: Path, temp_dir assert result.exit_code == 0 wheel = wheel_from_tempdir(temp_dir) - assert count_group_dependencies(wheel, "locked") == 26 + assert count_group_dependencies(wheel, "locked") == 24 assert count_group_dependencies(wheel, "extras-locked") == 1 assert count_group_dependencies(wheel, "cow-locked") == 1