Commit 42a3cf6
authored
Update default value for pythonpath ini option
Update default value for pythonpath ini option allowing to pass rootdir path for running the pytest command from within a child folder but at the same time able to resolve the path for outside modules by passing the rootdir option. Without this change unable to run pytest for a particular file within the folder if it is importing from outside the cwd, resulting in unable to find the module.1 parent f081bfb commit 42a3cf6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1518 | 1518 | | |
1519 | 1519 | | |
1520 | 1520 | | |
1521 | | - | |
| 1521 | + | |
1522 | 1522 | | |
1523 | 1523 | | |
1524 | 1524 | | |
| |||
0 commit comments