Teknium
b959cfa056
fix: move pytest.importorskip below pytest import in skip-guarded tests
...
The original PR placed 'pwd = pytest.importorskip("pwd")' on line 4
but 'import pytest' on line 9 — NameError on module load. Same for
test_file_sync_back.py. Plus, the in-function 'pwd = pytest.importorskip'
calls in test_auto_detected_root_is_rejected confused Python's scope
analysis (later 'import pytest' made pytest local everywhere in the
function) and caused UnboundLocalError. Drop the now-redundant
in-function importorskip calls and rely on the module-level guard.
2026-05-09 11:12:03 -07:00
..
2026-04-29 20:05:32 -07:00
2026-05-08 14:55:40 -07:00
2026-05-08 14:55:40 -07:00
2026-04-27 06:42:32 -07:00
2026-05-04 04:45:03 -07:00
2026-04-24 03:46:46 -07:00
2026-04-24 03:46:46 -07:00
2026-05-08 14:55:40 -07:00
2026-05-08 14:27:40 -07:00
2026-04-26 09:57:58 -07:00
2026-05-06 03:41:21 -07:00
2026-05-08 14:27:40 -07:00
2026-05-07 05:38:05 -07:00
2026-04-30 20:33:33 -07:00
2026-04-23 22:23:37 -07:00
2026-05-06 05:44:35 -07:00
2026-04-29 23:18:55 -07:00
2026-05-08 14:27:40 -07:00
2026-05-08 14:27:40 -07:00
2026-05-08 14:27:40 -07:00
2026-05-08 14:55:40 -07:00
2026-05-08 11:07:38 -07:00
2026-05-08 14:55:40 -07:00
2026-05-08 07:30:14 -07:00
2026-05-09 11:11:45 -07:00
2026-05-08 14:55:40 -07:00
2026-05-07 06:41:42 -07:00
2026-04-24 04:58:32 -07:00
2026-05-09 11:07:53 -07:00
2026-05-07 05:11:09 -07:00
2026-04-29 16:16:43 +10:00
2026-05-07 06:17:49 -07:00
2026-05-07 04:53:10 -07:00
2026-05-05 04:54:17 -07:00
2026-05-04 12:37:09 -07:00
2026-04-27 00:17:26 -07:00
2026-04-23 15:11:52 -07:00
2026-05-09 11:12:03 -07:00
2026-05-08 16:59:24 -07:00
2026-04-29 07:22:33 -07:00
2026-05-04 05:08:51 -07:00
2026-04-23 03:01:18 -07:00
2026-04-28 22:16:08 -07:00
2026-05-09 02:32:16 -07:00
2026-04-29 07:22:33 -07:00
2026-05-04 15:31:47 -07:00
2026-04-29 23:18:55 -07:00
2026-04-23 05:15:37 -07:00
2026-05-07 07:04:38 -07:00
2026-04-29 20:05:32 -07:00
2026-05-07 06:33:57 -07:00
2026-05-07 07:14:16 -07:00
2026-05-07 05:35:33 -07:00
2026-05-07 04:56:13 -07:00
2026-05-07 07:08:04 -07:00
2026-05-08 14:27:40 -07:00
2026-04-29 20:05:32 -07:00
2026-05-07 06:32:45 -07:00
2026-05-07 06:28:11 -07:00
2026-05-07 07:39:50 -07:00
2026-05-07 07:03:21 -07:00
2026-05-08 09:27:26 -07:00
2026-05-08 09:27:26 -07:00
2026-04-23 15:14:11 -07:00
2026-04-29 07:22:33 -07:00
2026-05-08 14:27:40 -07:00
2026-05-08 11:07:38 -07:00
2026-04-23 15:11:52 -07:00
2026-05-07 07:03:21 -07:00
2026-05-09 02:56:29 -07:00
2026-05-04 05:07:40 -07:00
2026-04-26 11:55:02 -07:00
2026-05-05 05:43:10 -07:00
2026-05-08 14:55:40 -07:00
2026-05-07 06:13:37 -07:00
2026-04-23 06:20:47 -07:00
2026-05-04 01:28:12 -07:00
2026-04-23 05:09:08 -07:00
2026-04-29 07:22:33 -07:00
2026-04-29 21:56:47 -07:00
2026-04-24 07:06:11 -07:00
2026-04-30 04:32:28 -07:00
2026-04-29 16:16:43 +10:00
2026-04-29 07:22:33 -07:00
2026-04-29 07:22:33 -07:00
2026-04-30 20:38:09 -07:00
2026-04-29 23:18:55 -07:00
2026-04-26 19:02:55 -07:00
2026-04-23 21:51:19 -07:00
2026-05-04 03:14:59 -07:00
2026-04-29 23:18:55 -07:00
2026-05-04 04:41:36 -07:00
2026-04-29 23:18:55 -07:00
2026-04-30 02:53:20 -07:00
2026-04-29 23:18:55 -07:00
2026-04-30 02:53:20 -07:00
2026-04-30 02:53:20 -07:00
2026-05-04 12:36:09 -07:00
2026-05-07 05:38:05 -07:00
2026-05-08 14:55:40 -07:00
2026-05-04 00:04:36 +05:30
2026-05-04 01:36:07 -07:00
2026-04-25 06:41:58 -07:00
2026-05-07 09:59:17 -07:00
2026-05-07 09:59:17 -07:00
2026-05-06 10:05:29 -07:00
2026-05-06 09:16:25 -07:00
2026-04-28 02:09:30 -07:00
2026-05-08 14:27:40 -07:00
2026-04-24 03:46:46 -07:00
2026-04-30 20:37:37 -07:00
2026-04-24 03:46:46 -07:00