We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f47c5 commit 2d39175Copy full SHA for 2d39175
PkgInfo/test.py
@@ -51,12 +51,14 @@ def testVlist(self):
51
self.assertRegexp('vlist debian bash', 'Found [1-9][0-9]* '
52
'results: (.*?\(.*?\))+')
53
54
+ @unittest.skip("Remote server is too unreliable (2017-02-23)")
55
def testArchLinux(self):
56
self.assertError('archlinux afdsfbjeiog')
57
self.assertNotError('archlinux bash')
58
self.assertRegexp('archlinux pacman --exact',
59
'Found 1.*?pacman')
60
61
62
def testArchAUR(self):
63
self.assertRegexp('archaur yaourt', 'Found [1-9][0-9]* results:'
64
'.*?yaourt.*?')
0 commit comments