You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix uninitialized variable errors in FindPytest.cmake with -Werror=dev
CMake reported uninitialized variable errors for `LD_LIBRARY_PATH` and
`PYTHONPATH` when using `-Werror=dev --warn-uninitialized`, causing
`pytest_discover_tests` to fail.
0 commit comments