We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0aee7 commit 6bcbf19Copy full SHA for 6bcbf19
test/fixtures/git-egg/requirements.txt
@@ -0,0 +1 @@
1
+-e git+https://github.com/requests/requests.git#egg=requests
test/run
@@ -87,6 +87,12 @@ testPython3() {
87
assertCapturedSuccess
88
}
89
90
+testGitEgg() {
91
+ compile "git-egg"
92
+ assertCaptured "requests"
93
+ assertCapturedSuccess
94
+}
95
+
96
testSmartRequirements() {
97
local cache_dir="$(mktmpdir)"
98
compile "requirements-standard" "$cache_dir"
0 commit comments