hatch: repackage with updated pep517 build style

This commit is contained in:
icp 2023-02-01 18:30:34 +05:30 committed by Andrew J. Hesford
parent 39d55f5a42
commit 3f0d0963eb

View file

@ -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