Merge pull request #177 from yan12125/patch-1

Fix tests
This commit is contained in:
依云 2021-02-14 08:50:45 +08:00 committed by GitHub
commit bace59de78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ async def test_apt_srcpkg(get_version):
"srcpkg": "golang-github-dataence-porter2",
"mirror": "http://deb.debian.org/debian/",
"suite": "sid",
}) == "0.0~git20150829.56e4718-2"
}) == "0.0~git20150829.56e4718-3"
@flaky(max_runs=10)
async def test_apt_strip_release(get_version):