Commit e538304
authored
Don't override PYTHONPATH in the Lit config (#69)
The lit.cfg file was overriding PYTHONPATH to use the contents in
<PWD>/build if that existed. This means that if you install the
package locally with `pip install .` and get that temporary build
directory, it will be preferred over the just-built version that
gets installed when running `tox`.
Instead, leave PYTHONPATH alone and let it be set by `tox`.1 parent 11c2d9e commit e538304
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
| |||
41 | 36 | | |
42 | 37 | | |
43 | 38 | | |
| 39 | + | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| |||
0 commit comments