[ty] cleanup test path (#21781)

Fixes
https://github.com/astral-sh/ruff/pull/21745#discussion_r2586552295
This commit is contained in:
Aria Desires 2025-12-03 16:54:50 -05:00 committed by GitHub
parent 14fce0d440
commit e2b72fbf99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

View File

@ -22,10 +22,10 @@ python = "/.venv"
`/.venv/pyvenv.cfg`: `/.venv/pyvenv.cfg`:
```cfg ```cfg
home = /doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin home = /do/re/mi//cpython-3.13.2-macos-aarch64-none/bin
``` ```
`/doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin/python`: `/do/re/mi//cpython-3.13.2-macos-aarch64-none/bin/python`:
```text ```text
``` ```
@ -54,11 +54,11 @@ python = "/.venv"
`/.venv/pyvenv.cfg`: `/.venv/pyvenv.cfg`:
```cfg ```cfg
home = /doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin home = /do/re/mi//cpython-3.13.2-macos-aarch64-none/bin
version = wut version = wut
``` ```
`/doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin/python`: `/do/re/mi//cpython-3.13.2-macos-aarch64-none/bin/python`:
```text ```text
``` ```
@ -87,11 +87,11 @@ python = "/.venv"
`/.venv/pyvenv.cfg`: `/.venv/pyvenv.cfg`:
```cfg ```cfg
home = /doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin home = /do/re/mi//cpython-3.13.2-macos-aarch64-none/bin
version_info = no-really-wut version_info = no-really-wut
``` ```
`/doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin/python`: `/do/re/mi//cpython-3.13.2-macos-aarch64-none/bin/python`:
```text ```text
``` ```
@ -132,7 +132,7 @@ python = "/.venv"
`/.venv/pyvenv.cfg`: `/.venv/pyvenv.cfg`:
```cfg ```cfg
home = /doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin home = /do/re/mi//cpython-3.13.2-macos-aarch64-none/bin
implementation = CPython implementation = CPython
uv = 0.7.6 uv = 0.7.6
version_info = 3.13.2 version_info = 3.13.2
@ -141,7 +141,7 @@ prompt = ruff
extends-environment = /.other-environment extends-environment = /.other-environment
``` ```
`/doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin/python`: `/do/re/mi//cpython-3.13.2-macos-aarch64-none/bin/python`:
```text ```text
``` ```
@ -182,12 +182,12 @@ python = "/.venv"
`/.venv/pyvenv.cfg`: `/.venv/pyvenv.cfg`:
```cfg ```cfg
home = /doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin home = /do/re/mi//cpython-3.13.2-macos-aarch64-none/bin
version_info = 3.13 version_info = 3.13
command = /.pyenv/versions/3.13.3/bin/python3.13 -m venv --without-pip --prompt="python-default/3.13.3" /somewhere-else/python/virtualenvs/python-default/3.13.3 command = /.pyenv/versions/3.13.3/bin/python3.13 -m venv --without-pip --prompt="python-default/3.13.3" /somewhere-else/python/virtualenvs/python-default/3.13.3
``` ```
`/doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin/python`: `/do/re/mi//cpython-3.13.2-macos-aarch64-none/bin/python`:
```text ```text
``` ```

View File

@ -240,10 +240,10 @@ python = "/.venv"
`/.venv/pyvenv.cfg`: `/.venv/pyvenv.cfg`:
```cfg ```cfg
home = /doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin home = /do/re/mi//cpython-3.13.2-macos-aarch64-none/bin
``` ```
`/doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin/python`: `/do/re/mi//cpython-3.13.2-macos-aarch64-none/bin/python`:
```text ```text
``` ```
@ -362,10 +362,10 @@ python = "/.venv"
`/.venv/pyvenv.cfg`: `/.venv/pyvenv.cfg`:
```cfg ```cfg
home = /doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin home = /do/re/mi//cpython-3.13.2-macos-aarch64-none/bin
``` ```
`/doo/doo/wop/cpython-3.13.2-macos-aarch64-none/bin/python`: `/do/re/mi//cpython-3.13.2-macos-aarch64-none/bin/python`:
```text ```text
``` ```