[Distutils] disutils2 tests and python 2.5

Roumen Petrov bugtrack at roumenpetrov.info
Wed Nov 17 21:56:59 CET 2010


Éric Araujo wrote:
> Hi Roumen,
>
> A recent change in d2.run has broken test_config.  I propose to revert 
> the change.
> If Tarek agrees, he'll pull 
> http://bitbucket.org/Merwok/distutils2/changeset/593109ce2549
>
> Thank you for the testing!
Ok thanks . Now after patch the reported issue is fixed and results is
....
======================================================================
FAIL: test_find_files (distutils2.tests.test_mkcfg.MkcfgTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "..../distutils2/trunk/distutils2/tests/test_mkcfg.py", line 40, 
in test_find_files
     ['setup.cfg', 'README', 'data/data1'])
AssertionError: Lists differ: ['README', 'setup.cfg', 'data/... != 
['setup.cfg', 'README', 'data/...

First differing element 0:
README
setup.cfg

- ['README', 'setup.cfg', 'data/data1']
+ ['setup.cfg', 'README', 'data/data1']

----------------------------------------------------------------------
Ran 259 tests in 15.501s

FAILED (failures=1, skipped=19)

Roumen



More information about the Distutils-SIG mailing list