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
That error is coming from pytest which consumes argv I am not sure offhand that command line can be made to work here, unless we want to explicitly and manually duplicate legate options in the tester (which already has ~40 command line options of its own). But LEGATE_CONFIG is always an option and I would say even the preferred option. Even if we duplicated the command options in the tester, it would just use convert them to pass via LEGATE_CONFIG
There's at least five different things potentially competing over argv in a completely uncoordinated manner in this instance (the tester, pytest, the test code itself, legate, and realm) which is why this is such a horrible mess and why using LEGATE_CONFIG is preferred
Software versions
Jupyter notebook / Jupyter Lab version
No response
Expected behavior
Tester launches legate with provided command line parameters. Though i'm not exactly sure if that is expected behaviour.
Observed behavior
--capture=sys: error: unrecognized arguments: --logging legate=1
Example code or instructions
Stack traceback or browser console output
The text was updated successfully, but these errors were encountered: