This is an automated email from the ASF dual-hosted git repository.
eze pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.1.x by this push:
new 95a664c Update bootstrap autest version to match the rest of autest
(#7857)
95a664c is described below
commit 95a664cfc0dce0aaf120f82217559f8e9c360d31
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Wed May 19 10:56:25 2021 -0600
Update bootstrap autest version to match the rest of autest (#7857)
---
tests/bootstrap.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/bootstrap.py b/tests/bootstrap.py
index 190cd23..c3b63d6 100755
--- a/tests/bootstrap.py
+++ b/tests/bootstrap.py
@@ -26,7 +26,7 @@ import platform
import sys
pip_packages = [
- "autest==1.8.0",
+ "autest==1.10.0",
"hyper",
"requests",
"dnslib",