79672680

Date: 2025-06-19 22:01:38
Score: 1.5
Natty:
Report link

The other option is to override the PYTHONPATH.

In tox.toml for tox >= 4.0 you can do this assuming there are other python apps at the same level as the current one:

set_env.PYTHONPATH = { replace = "env", name = "PYTHONPATH", default = "{tox_root}/../some_other_project**"** }:

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Christopher Broderick