Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Tor Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 318
    • Issues 318
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 36
    • Merge requests 36
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Core
  • TorTor
  • Issues
  • #27675
Closed
Open
Created 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 legacy/trac#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
Time tracking