pycharm debug console unreadable because of teamcity
Since a few days my pycharm debug console is systematically polluted by teamcity infos, e.g. when i want to print out a variable value, the following will be displayed: >>> df ##teamcity[testStdOut timestamp='2017-11-02T15:55:00.670' flowId='test_pricing_36_weight_provider.TestPricing36WeightProvider.test_add_weights' locati... Any hint how to deactivate this teamcity thing ? user48956 This is a PyCharm/IntelliJ bug. PyCharm replaces stdout with its own object. They do a bunch of screwing around with objects that get printed, resulting in: some object are not printed to the prompt some