• Marius Gedminas's avatar
    Use 'rcN' for release candidate versions in tests · ace153c1
    Marius Gedminas authored
    Recent setuptools versions changed the canonical spelling of release
    candidate versions from 'cN' to 'rcN'.  Using the older spelling causes
    a UserWarning about the version requiring normalization, and test
    failures where the expected output contains a different (normalized)
    version number.
    
    For the record, the UserWarning looks like this:
    
    /home/mg/src/buildout/eggs/setuptools-11.3.1-py2.7.egg/setuptools/dist.py:283:
    UserWarning: The version specified requires normalization, consider
    using '1.2rc1' instead of '1.2c1'.
    
    and the failures can be seen at
    https://travis-ci.org/buildout/buildout/jobs/46215472
    ace153c1
tests.py 99 KB