Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that the tests find the built python module vs an install #4411

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 8, 2024

  1. Ensure that the tests find the built python python module vs an insta…

    …lled one
    
    This may have a slightly messy un-intended consequence of
    "snap-shotting" pythonpath when configured in a large python env, but
    eases testing confusion on systems where pythonpath is not yet set, but
    an (older) copy of OpenImageIO is installed.
    
    Signed-off-by: Kimball Thurston <[email protected]>
    kdt3rd committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    04848f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Use generator expression to get correct OS separator

    Signed-off-by: Kimball Thurston <[email protected]>
    kdt3rd committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4e08f52 View commit details
    Browse the repository at this point in the history
  2. Make build tree look more like install tree

    Also adds python version and init.py to build tree such that windows has
    a chance of working with the DLL loading
    
    Signed-off-by: Kimball Thurston <[email protected]>
    kdt3rd committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1340c90 View commit details
    Browse the repository at this point in the history