botbotbot
botbotbot
Fixes #8953 ~Introduced `SKIP_PRIVATE_REPO` environment variable to skip `TestGitArtifactDriver_Load PrivateRepo` test that some contributors lack of private repo access.~ Update test to skip `TestGitArtifactDriver_Load PrivateRepo`. --- Please do not open...
#### wemux client < command > When you found unknown client command for user in `host_list` configuration. You need to tell wemux act as cilent from https://github.com/zolrath/wemux/issues/39#issuecomment-37991293 @zolrath please check...
xml.etree.ElementTree.Element.getiterator() has been deprecated since Python 2.7, and has been removed in Python 3.9. Replace all instances of Element.getiterator(tag) with Element.iter(tag)