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
parent
46285a601e
commit
d4c10b2b0f
|
@ -141,11 +141,12 @@ pyqtgraph = { git = "https://github.com/pikers/pyqtgraph.git" }
|
|||
asyncvnc = { git = "https://github.com/pikers/asyncvnc.git", branch = "main" }
|
||||
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 = "moar_eg_smoothing" }
|
||||
|
||||
# XXX for @goodboy's hackin, usually there's something new in the
|
||||
# runtime being seriously tested here Bp
|
||||
tractor = { git = "https://github.com/goodboy/tractor.git", branch ="final_eg_refinements" }
|
||||
# goodboy's dev-env
|
||||
# XXX for @goodboy's hackin dev env, usually there's something new in
|
||||
# the runtime being seriously tested here Bp
|
||||
# tractor = { path = "../tractor/", editable = true }
|
||||
# xonsh = { path = "../xonsh", editable = true }
|
||||
|
|
Loading…
Reference in New Issue