- 
 
- 
  Notifications
 You must be signed in to change notification settings 
- Fork 2.7k
Commit edabade
fix: cleaning up tests for release
1. Modify tests in `plotly/tests/test_optional/test_px/test_px_*.py`
 to expect failure when constructing datetime objects with timezones
 using PyArrow (which appears to need a different format for its
 constructor - we can clean this up later).
2. Convert plain string to raw string in `test_enumerated_validator.py`
 to avoid complaint about unrecognized escape sequence `\d`.
3. Do *not* delete the `"template"` key from JSON in JSON I/O test.
4. Convert from `scattermapbox` to `scattermap` in `test_skipped_b64_keys.py`.
5. Remove orca-related tests.
6. Optionally import `vaex` (not currently available for Python 3.11) and
 skip some tests if it is not available.
7. Modify `test_requirements/requirements_311_optional.txt` to include all
 the extra packages needed for testing with Python 3.11.1 parent 3d36f14 commit edabade
File tree
19 files changed
+30
-11302
lines changed- packages/python/plotly- _plotly_utils/tests/validators
- plotly/tests- test_io
- test_optional- test_graph_objs
- test_px
 
- test_orca- images- darwin
- linux
 
- resources
 
 
- test_requirements
 
19 files changed
+30
-11302
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 14 | 14 |  | |
| 15 | 15 |  | |
| 16 | 16 |  | |
| 17 | - | ||
| 17 | + | ||
| 18 | 18 |  | |
| 19 | 19 |  | |
| 20 | 20 |  | |
|  | |||
| 26 | 26 |  | |
| 27 | 27 |  | |
| 28 | 28 |  | |
| 29 | - | ||
| 29 | + | ||
| 30 | 30 |  | |
| 31 | 31 |  | |
| 32 | 32 |  | |
|  | |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 244 | 244 |  | |
| 245 | 245 |  | |
| 246 | 246 |  | |
| 247 | - | ||
| 248 | 247 |  | |
| 249 | 248 |  | |
| 250 | 249 |  | |
|  | |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 66 | 66 |  | |
| 67 | 67 |  | |
| 68 | 68 |  | |
| 69 | - | ||
| 69 | + | ||
| 70 | 70 |  | |
| 71 | 71 |  | |
| 72 | 72 |  | |
|  | |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 184 | 184 |  | |
| 185 | 185 |  | |
| 186 | 186 |  | |
| 187 | - | ||
| 187 | + | ||
| 188 | + | ||
| 189 | + | ||
| 190 | + | ||
| 191 | + | ||
| 192 | + | ||
| 188 | 193 |  | |
| 189 | 194 |  | |
| 190 | 195 |  | |
|  | |||
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 8 | 8 |  | |
| 9 | 9 |  | |
| 10 | 10 |  | |
| 11 | + | ||
| 11 | 12 |  | |
| 12 | 13 |  | |
| 13 | 14 |  | |
| 14 | 15 |  | |
| 15 | 16 |  | |
| 17 | + | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + | ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 16 | 24 |  | |
| 17 | 25 |  | |
| 18 | 26 |  | |
|  | |||
| 342 | 350 |  | |
| 343 | 351 |  | |
| 344 | 352 |  | |
| 345 | - | ||
| 353 | + | ||
| 346 | 354 |  | |
| 347 | 355 |  | |
| 348 | 356 |  | |
|  | |||
| 365 | 373 |  | |
| 366 | 374 |  | |
| 367 | 375 |  | |
| 368 | - | ||
| 376 | + | ||
| 369 | 377 |  | |
| 370 | 378 |  | |
| 371 | 379 |  | |
|  | |||
| 391 | 399 |  | |
| 392 | 400 |  | |
| 393 | 401 |  | |
| 394 | - | ||
| 402 | + | ||
| 403 | + | ||
| 404 | + | ||
| 405 | + | ||
| 406 | + | ||
| 407 | + | ||
| 395 | 408 |  | |
| 396 | 409 |  | |
| 397 | 410 |  | |
|  | |||
Whitespace-only changes.
0 commit comments