Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit b17b659

Browse files
committed
Drop some obsolete URL tests
1 parent bdb4081 commit b17b659

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

tests/urltest.py

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ def distroClass(distname):
146146
'x86_64' : CURCENTOS_BASEURL % ("5", "x86_64"), # No .treeinfo
147147
'distro': ("linux", "rhel5.4")
148148
},
149-
"centos-4-latest" : {
150-
'i386' : CURCENTOS_BASEURL % ("4", "i386"),
151-
'x86_64' : CURCENTOS_BASEURL % ("4", "x86_64"),
149+
"centos-4.9" : {
150+
'i386' : CURCENTOS_BASEURL % ("4.9", "i386"),
151+
'x86_64' : CURCENTOS_BASEURL % ("4.9", "x86_64"),
152152
'distro': ("linux", None)
153153
},
154154
"centos-5.0" : {
@@ -174,15 +174,6 @@ def distroClass(distname):
174174
'x86_64': SCIENTIFIC_BASEURL % ("50", "x86_64"),
175175
'distro': ("linux", None)
176176
},
177-
"scientific-4.7" : {
178-
'x86_64': SCIENTIFIC_BASEURL % ("47", "x86_64"),
179-
'distro': ("linux", None)
180-
},
181-
"scientific-4.0" : {
182-
"noxen": True,
183-
'x86_64': SCIENTIFIC_BASEURL % ("40", "x86_64"),
184-
'distro': ("linux", None)
185-
},
186177

187178
# Ubuntu
188179
"ubuntu-hardy" : {

0 commit comments

Comments
 (0)