This commit is contained in:
Sajith Sasidharan
2020-07-21 11:56:44 -04:00
parent e4e59c7aab
commit 957e089715

View File

@ -386,7 +386,7 @@ def chutney(reactor, temp_dir):
pytest_twisted.blockon(proto.done) pytest_twisted.blockon(proto.done)
# XXX: Here we reset Chutney to the last revision known to work # XXX: Here we reset Chutney to the last revision known to work
# with Python 2, as a workaround for Chunteny moving to Python 3. # with Python 2, as a workaround for Chutney moving to Python 3.
# When this is no longer necessary, we will have to drop this and # When this is no longer necessary, we will have to drop this and
# add '--depth=1' back to the above 'git clone' subprocess. # add '--depth=1' back to the above 'git clone' subprocess.
proto = _DumpOutputProtocol(None) proto = _DumpOutputProtocol(None)