Skip to content

Commit

Permalink
test(marimos): fix PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Jan 15, 2025
1 parent c17a959 commit d858017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/marimos/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
subprocess.check_call,
env={
"PYTHONPATH": "{}:{}".format(
Path(__file__).parent.parent,
Path(__file__).parent.parent.parent,
os.environ.get("PYTHONPATH"),
)
},
Expand Down

0 comments on commit d858017

Please sign in to comment.