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
The issue is that in OSS version of Abseil I can't set Abseil flags from command line when driving python binary build with Abseil Py modules (including unittest). This is especially problematic since Abseil logging library supports flags for runtime configuration and I can't use them with Python tests.
Is there any chance Abseil team can address this or recommend a simple way to work around this in OSS?
Steps to reproduce the problem
Any Python unit test build with Abseil Py unittest module.
What version of Abseil are you using?
Latest LTS
What operating system and version are you using?
Linux
What compiler and version are you using?
clang version 19.1.7
What build system are you using?
bazel 8.1
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the issue
Hi team,
This is basically a duplication of abseil/abseil-py#200
The issue is that in OSS version of Abseil I can't set Abseil flags from command line when driving python binary build with Abseil Py modules (including unittest). This is especially problematic since Abseil logging library supports flags for runtime configuration and I can't use them with Python tests.
Is there any chance Abseil team can address this or recommend a simple way to work around this in OSS?
Steps to reproduce the problem
Any Python unit test build with Abseil Py unittest module.
What version of Abseil are you using?
Latest LTS
What operating system and version are you using?
Linux
What compiler and version are you using?
clang version 19.1.7
What build system are you using?
bazel 8.1
Additional context
No response
The text was updated successfully, but these errors were encountered: