Skip to content

Commit

Permalink
fix pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored and dragomirp committed Nov 1, 2023
1 parent fe57a4b commit eaa88eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all_path = {[vars]src_path} {[vars]tests_path}

[testenv]
set_env =
PYTHONPATH = {tox_root}:{tox_root}/lib:{[vars]src_path}
PYTHONPATH = {tox_root}/lib:{[vars]src_path}
PY_COLORS = 1
allowlist_externals =
poetry
Expand Down

0 comments on commit eaa88eb

Please sign in to comment.