mirror of https://github.com/pyodide/pyodide.git
Make `make benchmark` work again
This commit is contained in:
parent
1865046a1f
commit
6d76f25bd7
|
@ -6,6 +6,8 @@ import sys
|
|||
|
||||
sys.path.insert(
|
||||
0, str((Path(__file__).resolve().parents[1] / 'test')))
|
||||
sys.path.insert(
|
||||
0, str((Path(__file__).resolve().parents[1])))
|
||||
|
||||
import conftest # noqa: E402
|
||||
|
||||
|
|
Loading…
Reference in New Issue