Commit deaa413
committed
test(e2e): drop POSIX regex workaround + use [test] extras
Upstream pve-openapi@9deff0a's pattern-sanitize.ts now expands POSIX
character classes (`[:cntrl:]` → `\x00-\x1f\x7f`, etc.) before emitting
the spec, so the Python field_validator regexes are valid in Python's
`re` module. The conftest re.match monkey-patch can be removed.
Workflow simplified to `pip install -e .[test]` now that pyproject.toml
carries `[project.optional-dependencies]` via the template.1 parent 3d79be3 commit deaa413
2 files changed
Lines changed: 2 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 22 | + | |
29 | 23 | | |
30 | 24 | | |
31 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 6 | + | |
28 | 7 | | |
29 | 8 | | |
30 | 9 | | |
| |||
0 commit comments