diff --git a/open_spiel/python/CMakeLists.txt b/open_spiel/python/CMakeLists.txt index f5c325283a..c75a963991 100644 --- a/open_spiel/python/CMakeLists.txt +++ b/open_spiel/python/CMakeLists.txt @@ -305,10 +305,10 @@ endif() if (OPEN_SPIEL_ENABLE_TENSORFLOW) set(PYTHON_TESTS ${PYTHON_TESTS} algorithms/alpha_zero/evaluator_test.py - # Broken. Must port to Keras 3. + # Broken in Python 3.12. Must port to Keras 3. See https://github.com/google-deepmind/open_spiel/issues/1206. # algorithms/alpha_zero/model_test.py algorithms/deep_cfr_test.py - # Broken. Must port to Keras 3. + # Broken in Python 3.12. Must port to Keras 3. See https://github.com/google-deepmind/open_spiel/issues/1208. # algorithms/deep_cfr_tf2_test.py algorithms/discounted_cfr_test.py algorithms/dqn_test.py @@ -321,7 +321,7 @@ if (OPEN_SPIEL_ENABLE_TENSORFLOW) algorithms/nfsp_test.py algorithms/policy_gradient_test.py algorithms/psro_v2/strategy_selectors_test.py - # Broken. Must port to Keras 3. + # Broken in Python 3.12. Must port to Keras 3. https://github.com/google-deepmind/open_spiel/issues/1207. # algorithms/rcfr_test.py ) if (OPEN_SPIEL_ENABLE_PYTHON_MISC)