kellyjonbrazil / jc

CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
MIT License
7.82k stars 202 forks source link

adjust expected test_ip_address_ipv6_6to4 output for Python 3.12.4 #573

Closed mgorny closed 3 months ago

mgorny commented 3 months ago

Adjust the expected output in test_ip_address_ipv6_6to4 to account for is_global/is_private changes for 6to4 addresses in Python 3.12.4 and Python 3.13.0.

Fixes #572

kellyjonbrazil commented 3 months ago

Nice, thanks for the fix!

mgorny commented 3 months ago

Thanks!