The switch to requests in python-bugzilla seems to have broken the ability to use python-bugzilla without a persistent cookie store. The configuration of requests in the code is telling requests not to use cookies at all when what we want is just for requests to not save the cookies to a file on disk.
The attached patch should fix that.
-Toshio