mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
If you follow the instructions we provide for our contributors in docs/CONTRIBUTORS.rst your sys.path (used to search for imports) will put securesystemlib project directory first and tuf directory second. This creates a problem with imports from tuf modules because we can import the wrong file or on relative imports (as currently we use in the tests when we import utils), the imports cannot be resolved. If we change the installation order, then tuf directory will be the first in the import resolution path and those problems will be fixed. PS: I want to express my gratitude towards Jussi who helped me find this problem. Signed-off-by: Martin Vrachev <mvrachev@vmware.com> |
||
|---|---|---|
| .. | ||
| adr | ||
| images | ||
| latex | ||
| papers | ||
| AUTHORS.txt | ||
| CHANGELOG.md | ||
| CLI.md | ||
| CODE-OF-CONDUCT.md | ||
| CONTRIBUTORS.rst | ||
| GETTING_STARTED.rst | ||
| GOVERNANCE.md | ||
| INSTALLATION.rst | ||
| MAINTAINERS.txt | ||
| METADATA.md | ||
| OVERVIEW.rst | ||
| QUICKSTART.md | ||
| RELEASE.md | ||
| ROADMAP.md | ||
| SECURITY.md | ||
| TAP.rst | ||
| tuf-spec.0.9.txt | ||
| tuf-spec.md | ||
| tuf-spec.txt | ||
| TUTORIAL.md | ||