Commit 116cf6e
authored
CI - fix failing test with Python 3.13 (#6996)
* CI - disable failing test with Python 3.13
Related to #6995
* Revert "CI - disable failing test with Python 3.13"
This reverts commit 8d22846.
* Install setuptools for Python 3.13 CI test
* Fail early if `python dev_tools/modules.py` fails
Exit `check/pytest` early if PYTHONPATH is not reliably set.1 parent 785fd1c commit 116cf6e
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
0 commit comments