[issue25320] unittest loader.py TypeError when code directory contains a socket

2015-10-05 Thread Victor van den Elzen
New submission from Victor van den Elzen: Hi, when trying to run tests after upgrading from Python 3.4 to Python 3.5 I encountered the following exception: Traceback (most recent call last): ... File "/usr/lib/python3.5/unittest/loader.py", line 341, in discover tests =

[issue25320] unittest loader.py TypeError when code directory contains a socket

2015-10-20 Thread Victor van den Elzen
Victor van den Elzen added the comment: patch-with-test.patch is a patch against current tip (c3cec0f77eff+). It applies cleanly to 3.5. It seemed simplest to include the socket in test_find_tests. -- Added file: http://bugs.python.org/file40825/patch-with-test.patch

[issue25320] unittest loader.py TypeError when code directory contains a socket

2015-10-20 Thread Victor van den Elzen
Changes by Victor van den Elzen : Removed file: http://bugs.python.org/file40690/unittest_socket.diff ___ Python tracker <http://bugs.python.org/issue25320> ___ ___ Pytho

[issue25320] unittest loader.py TypeError when code directory contains a socket

2015-10-20 Thread Victor van den Elzen
Victor van den Elzen added the comment: Alternatively, patch-with-seperate-test.patch creates a seperate function to test for this issue. -- Added file: http://bugs.python.org/file40826/patch-with-seperate-test.patch ___ Python tracker <h

[issue25320] unittest loader.py TypeError when code directory contains a socket

2015-11-23 Thread Victor van den Elzen
Victor van den Elzen added the comment: Ping -- ___ Python tracker <http://bugs.python.org/issue25320> ___ ___ Python-bugs-list mailing list Unsubscribe: