Commit 88bc16e
committed
test(release): use double-quoted TOML strings in extras fixtures
The Python 3.9 regex fallback in _declared_dependencies() only extracts
double-quoted requirement strings, so single-quoted fixture entries made
it capture the marker version as a package name ('3-9') and miss the
extra dependency, failing the core-floor job.1 parent 2e0a677 commit 88bc16e
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
628 | | - | |
| 627 | + | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
646 | | - | |
647 | | - | |
| 646 | + | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| |||
0 commit comments