From 44eea0b15535bf4800a9ca329a60d4d2b4610285 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sat, 19 Oct 2024 16:29:03 +0200 Subject: [PATCH] tests: requirements with VCS -- docs Signed-off-by: Jan Kowalleck --- tests/_data/infiles/requirements/with-urls.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/_data/infiles/requirements/with-urls.txt b/tests/_data/infiles/requirements/with-urls.txt index 9980d8bd..a1ae73ec 100644 --- a/tests/_data/infiles/requirements/with-urls.txt +++ b/tests/_data/infiles/requirements/with-urls.txt @@ -1,6 +1,6 @@ # dependencies from urls -## VCS +## VCS -- https://pip.pypa.io/en/stable/topics/vcs-support/ ### commit hash git+https://github.com/path/to/package-one@41b95ec#egg=package-one ### master branch @@ -9,7 +9,7 @@ git+https://github.com/path/to/package-two@master#egg=package-two git+https://github.com/path/to/package-three@0.1#egg=package-three ### release tag git+https://github.com/path/to/package-four@releases/tag/v3.7.1#egg=package-four -### node id +### complete node id git+https://github.com/containerbuildsystem/osbs-client@2bd03f4e0e5edc474b6236c5c128620d988f79a3#egg=package-five