bump version for PyPI
also adjust test_gitcafe retry times
This commit is contained in:
parent
af14b39833
commit
fbbc7cb1e4
|
@ -1 +1 @@
|
|||
__version__ = '0.4'
|
||||
__version__ = '0.4.1'
|
||||
|
|
|
@ -3,6 +3,6 @@ from tests.helper import ExternalVersionTestCase
|
|||
|
||||
|
||||
class GitCafeTest(ExternalVersionTestCase):
|
||||
@flaky(max_runs=3)
|
||||
@flaky(max_runs=7)
|
||||
def test_gitcafe(self):
|
||||
self.assertEqual(self.sync_get_version("example", {"gitcafe": "test/test"}), "20120201")
|
||||
|
|
Loading…
Reference in New Issue