File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -874,6 +874,16 @@ def test_locker_dumps_dependency_information_correctly(
874
874
},
875
875
)
876
876
)
877
+ package_a .add_dependency (
878
+ Factory .create_dependency (
879
+ "H" , {"git" : "https://github.com/python-poetry/poetry.git" , "tag" : "baz" }
880
+ )
881
+ )
882
+ package_a .add_dependency (
883
+ Factory .create_dependency (
884
+ "I" , {"git" : "https://github.com/python-poetry/poetry.git" , "rev" : "spam" }
885
+ )
886
+ )
877
887
878
888
packages = [package_a ]
879
889
@@ -901,6 +911,8 @@ def test_locker_dumps_dependency_information_correctly(
901
911
E = {{url = "https://python-poetry.org/poetry-1.2.0.tar.gz"}}
902
912
F = {{git = "https://github.com/python-poetry/poetry.git", branch = "foo"}}
903
913
G = {{git = "https://github.com/python-poetry/poetry.git", subdirectory = "bar"}}
914
+ H = {{git = "https://github.com/python-poetry/poetry.git", tag = "baz"}}
915
+ I = {{git = "https://github.com/python-poetry/poetry.git", rev = "spam"}}
904
916
905
917
[metadata]
906
918
lock-version = "2.0"
You can’t perform that action at this time.
0 commit comments