From d8ed4e7255daa2241fefa715dd930a031daaacf9 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 25 Jan 2024 14:41:27 -0500 Subject: [PATCH] Improve the spec-file comment about testing [skip changelog] --- python-hatchling.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-hatchling.spec b/python-hatchling.spec index a49ee5f..be03803 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -56,8 +56,8 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \ %check -# It’s not yet clear how, or if, we can run the upstream tests. -# https://github.com/pypa/hatch/issues/120 +# We cannot run the “downstream integration tests” included with the PyPI sdist +# in an offline build. The primary tests are Hatch’s “backend” tests. %pyproject_check_import