Commit 6d76f25b authored by Michael Droettboom's avatar Michael Droettboom

Make `make benchmark` work again

parent 1865046a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment