[16:25:07] <manzo> Hi, is there anything on setuptools 18.3.2 that uses pbr? My setup.py has nothing mentioning pbr, but nevertheless I'm getting into memory leaks that traces to pbr when i run python setup.py test (I'm running python 3.5)
[16:26:27] <ionelmc> manzo: maybe you got that buggy pbr that activates when it shouldn't
[16:28:45] <carljm> manzo: I don't know much about pbr, but with setuptools entry points it is possible for a package to activate itself simply by being installed, without ever being mentioned.
[16:29:03] <carljm> (that's pretty much the use case for setuptools entry points -- a bad use case if you ask me, but there it is.)
[16:32:05] <manzo> thanks, carljm but I can reproduce this on a empty virtualenv with nothing else installed
[16:32:23] <manzo> so maybe some dependency is installing pbr?
[16:33:44] <manzo> haha mock is using pbr https://github.com/testing-cabal/mock/blob/master/setup.py
[16:35:05] <ionelmc> as if it wasn't bad enough :)
[16:35:56] <ionelmc> quite sad the maintainers are so stubborn https://github.com/testing-cabal/mock/issues/311