Commit c6266e4
committed
Make the validation test for entry-points work with Python 3.13+
The exception in importlib.metadata has changed.
See python/importlib_metadata#488
This makes an existing test pass with Python 3.13.
Partially fixes #41961 parent 544b332 commit c6266e4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments