This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 67b312b406 AVRO-4199: [py] Add allowed reflection packages to
tethering test (#3548)
67b312b406 is described below
commit 67b312b40610c891cb1f365c7b5308eb2ef037c2
Author: Ryan Skraba <[email protected]>
AuthorDate: Fri Nov 14 18:46:24 2025 +0100
AVRO-4199: [py] Add allowed reflection packages to tethering test (#3548)
---
lang/py/avro/test/test_tether_word_count.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lang/py/avro/test/test_tether_word_count.py
b/lang/py/avro/test/test_tether_word_count.py
index 5c876eebdb..101490543f 100644
--- a/lang/py/avro/test/test_tether_word_count.py
+++ b/lang/py/avro/test/test_tether_word_count.py
@@ -149,6 +149,7 @@ class TestTetherWordCount(unittest.TestCase):
# Run the job...
args = (
"java",
+ "-Dorg.apache.avro.SERIALIZABLE_PACKAGES=org.apache.avro",
"-jar",
_JAR_PATH,
"tether",