The following error is often raised when the unit tests are run on Python 2.7. It has been around for a while and should be fixed as it makes it hard to run unit tests on the latest Python.
monzum@TestUbuntu:~/exdisk/work/repy_v1_client$ python2 utf.py -Tm nm
Testing module: nm
Running: ut_nm_addfiletovessel.py [ FAIL ] [ 28.45s ]
--------------------------------------------------------------------------------
Standard error :
..............................Produced..............................
Exception safety_exceptions.RunBuiltinException: RunBuiltinException() in <bound method Popen.__del__ of <subprocess.Popen object at 0x9b9754c>> ignored
Exception safety_exceptions.RunBuiltinException: RunBuiltinException() in <bound method Popen.__del__ of <subprocess.Popen object at 0x9b9754c>> ignored
The following error is often raised when the unit tests are run on Python 2.7. It has been around for a while and should be fixed as it makes it hard to run unit tests on the latest Python.