[New-bugs-announce] [issue12309] os.environ was modified by test_packaging

STINNER Victor report at bugs.python.org
Fri Jun 10 11:02:03 CEST 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

[ 20/356] test_packaging
(...)
Warning -- os.environ was modified by test_packaging

Seen on x86 Tiger buildbot:
http://www.python.org/dev/buildbot/all/builders/x86%20Tiger%203.x/builds/2723/steps/test/logs/stdio

There is also a resource warning:

.../Lib/packaging/pypi/simple.py:86: ResourceWarning: unclosed <socket.socket object, fd=14, family=2, type=1, proto=6>
  return wrapped(self, *args, **kwargs)

----------
components: Tests
messages: 138058
nosy: haypo, tarek
priority: normal
severity: normal
status: open
title: os.environ was modified by test_packaging
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12309>
_______________________________________


More information about the New-bugs-announce mailing list