Use `tractor`'s updated `piker_pin` branch (again)

Instead of the insignificantly named dev branch from recent `trio`
/ py3.13 updates work; it makes more sense to keep a dedicated pin (as
we have prior) for the moment. Also re-org the masked @goodboy dev-env
lines + comments to bottom of file.
testing_utils
Tyler Goodlet 2025-09-21 10:59:42 -04:00
parent 46285a601e
commit d4c10b2b0f
1 changed files with 5 additions and 4 deletions

View File

@ -141,11 +141,12 @@ pyqtgraph = { git = "https://github.com/pikers/pyqtgraph.git" }
asyncvnc = { git = "https://github.com/pikers/asyncvnc.git", branch = "main" } asyncvnc = { git = "https://github.com/pikers/asyncvnc.git", branch = "main" }
tomlkit = { git = "https://github.com/pikers/tomlkit.git", branch ="piker_pin" } tomlkit = { git = "https://github.com/pikers/tomlkit.git", branch ="piker_pin" }
tractor = { git = "https://github.com/goodboy/tractor.git", branch ="piker_pin" }
# TODO, long term we should be synced to upstream proper!
# tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "main" } # tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "main" }
# tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "moar_eg_smoothing" }
# XXX for @goodboy's hackin, usually there's something new in the # goodboy's dev-env
# runtime being seriously tested here Bp # XXX for @goodboy's hackin dev env, usually there's something new in
tractor = { git = "https://github.com/goodboy/tractor.git", branch ="final_eg_refinements" } # the runtime being seriously tested here Bp
# tractor = { path = "../tractor/", editable = true } # tractor = { path = "../tractor/", editable = true }
# xonsh = { path = "../xonsh", editable = true } # xonsh = { path = "../xonsh", editable = true }