Commit 0ba7f59
committed
ci: fix unittest discover to use top-level-directory for package imports
The test_aiohttp_adapter module uses a relative import
(.aio.aiohttp_adapter_test). Without --top-level-directory ., unittest
discover imports test files as top-level modules rather than as members
of the pusher_tests package, breaking relative imports.1 parent cfb4e2e commit 0ba7f59
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
0 commit comments