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 71e2e01 commit 45d2897Copy full SHA for 45d2897
test/framework/filetools.py
@@ -1292,8 +1292,8 @@ def test_pypi_source_urls(self):
1292
eb340_url += 'easybuild-3.4.0.tar.gz#md5=267a056a77a8f77fccfbf56354364045'
1293
self.assertTrue(eb340_url, res)
1294
pattern = '^https://pypi.python.org/packages/[a-f0-9]{2}/[a-f0-9]{2}/[a-f0-9]{60}/'
1295
- pattern_md5 = pattern + 'easybuild-[0-9rc.]+.tar.gz#md5=[a-f0-9]{32}$'
1296
- pattern_sha256 = pattern + 'easybuild-[0-9rc.]+.tar.gz#sha256=[a-f0-9]{64}$'
+ pattern_md5 = pattern + 'easybuild-[0-9a-z.]+.tar.gz#md5=[a-f0-9]{32}$'
+ pattern_sha256 = pattern + 'easybuild-[0-9a-z.]+.tar.gz#sha256=[a-f0-9]{64}$'
1297
regex_md5 = re.compile(pattern_md5)
1298
regex_sha256 = re.compile(pattern_sha256)
1299
for url in res:
0 commit comments