Commit caa58c7
authored
CI: Have dedicated Python 3.13 job instead of using Python dev (#61333)
* CI: Have dedicated Python 3.13 job instead of using Python dev
* Rename environment name
* Track down resource warning
* Fix -vv usage
* Add __exit__ methods to PandasSQL
* Revert "Add __exit__ methods to PandasSQL"
This reverts commit 374c5ac.
* Focus on only running sqlite tests
* Fix testing path
* Dont mess with test path
* unskip sqlalchemy sqlite tests
* Remove tests that don't exercise the failures
* Remove bulk of tests
* freeze some workflows
* Freeze more workflows
* disable more jobs
* See if forced collection raises ResourceError earlier
* Try context manager in test_delete_rows_is_atomic
* Undo all changes and update test
* Use a file in test_database_uri_string
* Remove another uneeded parametrization1 parent 07039a6 commit caa58c7
File tree
3 files changed
+87
-34
lines changed- .github/workflows
- ci/deps
- pandas/tests/io
3 files changed
+87
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2498 | 2498 | | |
2499 | 2499 | | |
2500 | 2500 | | |
2501 | | - | |
2502 | | - | |
| 2501 | + | |
2503 | 2502 | | |
2504 | | - | |
2505 | 2503 | | |
2506 | 2504 | | |
2507 | 2505 | | |
| |||
2520 | 2518 | | |
2521 | 2519 | | |
2522 | 2520 | | |
2523 | | - | |
2524 | | - | |
| 2521 | + | |
2525 | 2522 | | |
2526 | | - | |
2527 | 2523 | | |
2528 | 2524 | | |
2529 | 2525 | | |
| |||
2731 | 2727 | | |
2732 | 2728 | | |
2733 | 2729 | | |
2734 | | - | |
| 2730 | + | |
| 2731 | + | |
| 2732 | + | |
2735 | 2733 | | |
2736 | | - | |
2737 | | - | |
| 2734 | + | |
| 2735 | + | |
2738 | 2736 | | |
2739 | | - | |
2740 | | - | |
| 2737 | + | |
| 2738 | + | |
| 2739 | + | |
| 2740 | + | |
| 2741 | + | |
| 2742 | + | |
2741 | 2743 | | |
2742 | | - | |
2743 | | - | |
| 2744 | + | |
2744 | 2745 | | |
2745 | | - | |
2746 | | - | |
| 2746 | + | |
| 2747 | + | |
2747 | 2748 | | |
2748 | | - | |
2749 | | - | |
2750 | | - | |
2751 | | - | |
2752 | | - | |
| 2749 | + | |
2753 | 2750 | | |
2754 | 2751 | | |
2755 | 2752 | | |
| |||
2759 | 2756 | | |
2760 | 2757 | | |
2761 | 2758 | | |
2762 | | - | |
2763 | | - | |
2764 | | - | |
2765 | | - | |
| 2759 | + | |
| 2760 | + | |
| 2761 | + | |
| 2762 | + | |
2766 | 2763 | | |
2767 | 2764 | | |
2768 | 2765 | | |
| |||
3577 | 3574 | | |
3578 | 3575 | | |
3579 | 3576 | | |
3580 | | - | |
3581 | | - | |
3582 | | - | |
3583 | | - | |
3584 | | - | |
3585 | | - | |
3586 | | - | |
3587 | 3577 | | |
3588 | 3578 | | |
3589 | 3579 | | |
| |||
0 commit comments