Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #27675

Closed (moved)
Open
Opened Sep 12, 2018 by Taylor Yu@catalyst

test_rebind.py depends on python >=2.7 or >=3.1

It looks like test_rebind.py added as part of #17873 (moved) doesn't work for me on macOS 10.12.6, which has with 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?

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.3.5.x-final
Milestone
Tor: 0.3.5.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#27675