Commit a10252b
fix rx-shout integration test for new uv project structure (#6470)
* fix rx-shout integration test for new uv project structure
* name all reflex subpackages
avoid case of mixed installation from local/pypi for
reflex subpackages
* make sure psutil is installed
* install psutil in the venv it will be needed in
* it shouldn't be this hard
* avoid psutil dep in wait_for_listening_port on POSIX
os.kill(pid, 0) is the stdlib equivalent everywhere except Windows,
where psutil is already a transitive runtime dep of reflex. Drops the
manual uv pip install psutil from the rx-shout job, which was landing
in the wrong venv anyway because setup-uv activates the repo-root venv.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* turns out these don't need to be explicitly listed
because we're installing reflex in an editable way, it will use the local
specification's from reflex's pyproject.toml when it installs.
* remove long comment
* tabs v. spaces: the showdown
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2df5344 commit a10252b
2 files changed
Lines changed: 31 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
| 190 | + | |
191 | 191 | | |
192 | | - | |
193 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
194 | 201 | | |
195 | | - | |
| 202 | + | |
| 203 | + | |
196 | 204 | | |
197 | 205 | | |
198 | 206 | | |
199 | | - | |
| 207 | + | |
200 | 208 | | |
201 | 209 | | |
202 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
15 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
| |||
0 commit comments