Commit a99cf64
authored
fix(pet-conda): shorten test fixture path for Windows compatibility (#384)
Rename the long conda test fixture directory
`conda_env_without_manager_but_found_in_history` → `conda_hist` so
Windows GitHub Actions checkouts stay under the 260-character path
limit.
- Renamed fixture directory and all contained files (26 files)
- Updated path references in `lib_test.rs`
- Updated stale hardcoded paths in the committed `history` file
- Passes `cargo fmt --all --check` and `cargo clippy --all -- -D
warnings`
Fixes #1711 parent dd11802 commit a99cf64
File tree
26 files changed
+5
-13
lines changed- crates/pet-conda/tests
- unix/conda_hist
- env_python_3
- bin
- conda-meta
- some_other_location/conda_install
- bin
- conda-meta
- condabin
- envs
26 files changed
+5
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
65 | 57 | | |
66 | 58 | | |
67 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments