@@ -31,8 +31,6 @@ def obtain(dest, url):
31
31
[
32
32
pytest .param ("git+http://github.com/jamesor/mongoose-versioner" ,
33
33
"git" , "github.com" , id = "git_http" ),
34
- pytest .param ("git://github.com/jamesor/mongoose-versioner" ,
35
- "git" , "github.com" , id = "git" ),
36
34
pytest .param ("git+https://github.com/jamesor/mongoose-versioner" ,
37
35
"git" , "github.com" , id = "git_https" ),
38
36
pytest .param ("git+ssh://github.com/jamesor/mongoose-versioner" ,
@@ -45,8 +43,6 @@ def obtain(dest, url):
45
43
"bzr" , "gitlab.com" , id = "bzr_http" ),
46
44
pytest .param ("bzr+https://gitlab.com/jamesor/mongoose-versioner" ,
47
45
"bzr" , "gitlab.com" , id = "bzr_https" ),
48
- pytest .param ("bzr://gitlab.com/jamesor/mongoose-versioner" ,
49
- "bzr" , "gitlab.com" , id = "bzr" ),
50
46
pytest .param ("bzr+ssh://gitlab.com/jamesor/mongoose-versioner" ,
51
47
"bzr" , "gitlab.com" , id = "bzr_ssh" ),
52
48
pytest .param ("bzr+ftp://gitlab.com/jamesor/mongoose-versioner" ,
@@ -55,8 +51,6 @@ def obtain(dest, url):
55
51
"bzr" , "gitlab.com" , id = "bzr_sftp" ),
56
52
pytest .param ("bzr+lp://gitlab.com/jamesor/mongoose-versioner" ,
57
53
"bzr" , "gitlab.com" , id = "bzr_lp" ),
58
- pytest .param ("hg://bitbucket.com/jamesor/mongoose-versioner" ,
59
- "hg" , "bitbucket.com" , id = "hg" ),
60
54
pytest .param ("hg+file://bitbucket.com/jamesor/mongoose-versioner" ,
61
55
"hg" , "bitbucket.com" , id = "hg_file" ),
62
56
pytest .param ("hg+http://bitbucket.com/jamesor/mongoose-versioner" ,
@@ -67,8 +61,6 @@ def obtain(dest, url):
67
61
"hg" , "bitbucket.com" , id = "hg_ssh" ),
68
62
pytest .param ("hg+static-http://bitbucket.com/jamesor/mongoose-versioner" ,
69
63
"hg" , "bitbucket.com" , id = "hg_static_http" ),
70
- pytest .param ("svn://bitbucket.com/jamesor/mongoose-versioner" ,
71
- "svn" , "bitbucket.com" , id = "svn" ),
72
64
pytest .param ("svn+http://bitbucket.com/jamesor/mongoose-versioner" ,
73
65
"svn" , "bitbucket.com" , id = "svn_http" ),
74
66
pytest .param ("svn+https://bitbucket.com/jamesor/mongoose-versioner" ,
0 commit comments