Skip to content

Commit

Permalink
tests: requirements with VCS -- docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Oct 19, 2024
1 parent 425dbae commit 44eea0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/_data/infiles/requirements/with-urls.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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


Expand Down

0 comments on commit 44eea0b

Please sign in to comment.