Commit e0c6ffe
CI: update testing matrix for Python versions (3.12 & 3.13) (#589)
* update CI testing matrix to include Python 3.12 and 3.13
* increasing the timeout time , but not sure why the new versions are taking more time
* Update .github/workflows/ci-testing.yml
* Apply suggestions from code review
* test few updates to ci
* update
* revert changes
* with pytest-cov
* bump
* ex Win
* cov
* --capture=tee-sys --exitfirst
* PYTHONMULTIPROCESSING_SPAWN: "spawn"
* --skip=processing --skip=streaming
* --ignore=processing --ignore=streaming
* --ignore=streaming
* --ignore=processing
* Update .github/workflows/ci-testing.yml
* --ignore=processing/functions.py
* ignore processor and functions from processing
* ignore readers
* ignore correct files
* let's just keep data processor now
* ignore macos for higher versions
* check for : ignore test_functions.py
* skip a few tests under functions.py
* ignore other than `test_functions` to speedup
* fix: correct typo in ignore flag for pytest command
* ignore few more
* ignore more
* temporarily skip multiple tests in test_functions.py
* remove temporary skip from test_map_with_path
* remove temporary skip from test_optimize_with_jpeg_array
* just keep skip for: test_optimize_checkpoint_in_none_and_append_mode
* update test_optimize_checkpoint_in_none_and_append_mode to skip based on Python version and platform
* remove test ignores from CI workflow
---------
Co-authored-by: Deependu <deependujha21@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka B <j.borovec+github@gmail.com>1 parent abfebfd commit e0c6ffe
File tree
3 files changed
+12
-5
lines changed- .github/workflows
- requirements
- tests/processing
3 files changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | | - | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | | - | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
0 commit comments