Make `make benchmark` work again

This commit is contained in:
Michael Droettboom 2018-10-08 13:24:25 -04:00
parent 1865046a1f
commit 6d76f25bd7
1 changed files with 2 additions and 0 deletions

View File

@ -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