Change the test source location

Related: RHELMISC-9904
This commit is contained in:
Miro Hrončok 2025-04-10 17:39:12 +02:00
parent 7bd9702808
commit d0293938f2

View File

@ -12,7 +12,7 @@ pip install uv==0.1.35 editables==0.5 rich==13.9.4 httpx==0.27.2
VERSION=$(rpm -q --queryformat="%{VERSION}" python3-hatchling)
# The hatch's source code contains the tests for hatchling in tests/backend
git clone --depth 1 --branch hatchling-v$VERSION https://github.com/pypa/hatch/
git clone --depth 1 --branch hatchling-v$VERSION https://gitlab.com/redhat/centos-stream/tests/hatch.git
cd hatch
# Delete the hatchling sources from the repository - we want to test the RPM package