From 3f0d0963ebae514356be36b22b69f3fde786ab41 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 1 Feb 2023 18:30:34 +0530 Subject: [PATCH] hatch: repackage with updated pep517 build style --- srcpkgs/hatch/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template index 670f9b987fa..1c047cec382 100644 --- a/srcpkgs/hatch/template +++ b/srcpkgs/hatch/template @@ -5,10 +5,8 @@ revision=2 build_style=python3-pep517 # ignore backend tests, because updating hatchling when there is no new hatch # version yet breaks these in hatch. -make_check_args="--deselect tests/cli/test_root.py::TestFreshInstallation::test_config_file_creation_verbose - --deselect tests/cli/run/test_run.py::test_scripts_no_environment - --ignore tests/backend - --ignore backend/tests" +make_check_args="--ignore tests/backend + --deselect tests/cli/run/test_run.py::test_scripts_no_environment" _deps="python3-click hatchling python3-httpx python3-hyperlink python3-keyring python3-packaging python3-pexpect python3-platformdirs python3-pyperclip python3-rich python3-shellingham python3-tomli-w python3-tomlkit