From 44b81788095e7ac1f878c993eb702396c46daf9c Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 21 Sep 2025 10:59:42 -0400 Subject: [PATCH] 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. --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3475dfc6..8ad856c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,6 +142,9 @@ asyncvnc = { git = "https://github.com/pikers/asyncvnc.git", branch = "main" } tomlkit = { git = "https://github.com/pikers/tomlkit.git", branch ="piker_pin" } # XXX since, we're like, always hacking new shite all-the-time. Bp -tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "piker_pin" } +tractor = { git = "https://github.com/goodboy/tractor.git", branch ="piker_pin" } +# tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "piker_pin" } # tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "main" } +# ------ goodboy ------ +# hackin dev-envs, usually there's something new he's hackin in.. # tractor = { path = "../tractor", editable = true }