exasol / python-toolbox

Infrastructure & Automation Tooling for Python Projects
https://exasol.github.io/python-toolbox/
MIT License
2 stars 0 forks source link

📚 Update noxfile.py Example for Python Path Adjustment #152

Closed Nicoretti closed 3 months ago

Nicoretti commented 5 months ago

Summary

Update the noxfile.py example to include modifications for adding the directory where noxfile.py is located to the Python path.

Details

Background & Context

This documentation update is necessary because it's not guaranteed that the current directory is included in the Python path, especially in light of the changes described at https://fedoraproject.org/wiki/Changes/PythonSafePath. Users need clear guidance on how to adjust their Python path within noxfile.py to ensure smooth execution of nox.

References

Task(s)