Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit c1fe65e

Browse files
committed
Set PYTHONPATH=. during "just test"
This is required in order to find the sawtooth_validator python package while running the tests. Signed-off-by: Shawn T. Amundson <amundson@bitwise.io>
1 parent 9ccb01f commit c1fe65e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ test:
107107
echo "\033[1m$cmd\033[0m"
108108
$cmd
109109
cmd="cd $crate && cargo test $feature"
110+
export PYTHONPATH=.
110111
echo "\033[1m$cmd\033[0m"
111112
(eval $cmd)
112113
done

0 commit comments

Comments
 (0)