[tor-bugs] #27675 [Core Tor/Tor]: test_rebind.py breaks on macOS, depends on python >=2.7 or >=3.1

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Sep 12 21:05:22 UTC 2018


#27675: test_rebind.py breaks on macOS, depends on python >=2.7 or >=3.1
------------------------------+--------------------------------
     Reporter:  catalyst      |      Owner:  (none)
         Type:  defect        |     Status:  new
     Priority:  Medium        |  Milestone:  Tor: 0.3.5.x-final
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+--------------------------------
 It looks like test_rebind.py added as part of #17873 doesn't work for me
 on macOS 10.12.6, which has python 2.6.  test_rebind.py uses
 `str.format()` without a field name or number, which is new in python 2.7
 or 3.1.  It also tries to run with python3 (for unknown reasons), but ends
 up not necessarily doing so because test_rebind.sh explicitly runs
 `$PYTHON` or `python`.

 Replacing instances of `{}` in format strings with `{0}` seems to work.

 What is our minimum required python version anyway?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/27675>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list