Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tests/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ autopep8 = "*"
pyflakes = "*"

[packages]
autest = "==1.8.0"

# Keep init.cli.ext updated with this required autest version.
autest = "==1.10.0"

traffic-replay = "*" # this should install TRLib, MicroServer, MicroDNS, Traffic-Replay
hyper = "*"
dnslib = "*"
Expand Down
2 changes: 1 addition & 1 deletion tests/gold_tests/autest-site/init.cli.ext
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if sys.version_info < (3, 5, 0):
host.WriteError(
"You need python 3.5 or later to run these tests\n", show_stack=False)

autest_version ="1.7.0"
autest_version ="1.10.0"
if AuTestVersion() < autest_version:
host.WriteError(
"Tests need AuTest version {ver} or better\n Please update AuTest:\n pip install --upgrade autest\n".format(ver=autest_version), show_stack=False)
Expand Down