You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units
Stefano Rivera d500354798
unarchive: Clamp zip timestamps on 32-bit time_t (#84409)
Clamp zip timestamps to representible values when unpacking zip files on
platforms that use 32-bit time_t (e.g.  Debian i386). This is a
non-issue in practice (in 2024), but should allow the test suite to pass
on Debian i386.

We use a round value of 2038-01-01 00:00:00 for simplicity, and to avoid
running into timezone offsets closer to the actual limit.

MR #81520 introduced sanity-checking tests that used dates not
representable with a 32-bit time_t.
1 year ago
..
_vendor Require `from __future__ import annotations` (#81902) 2 years ago
ansible_test ansible-test - Fix interactive cmd traceback (#84264) 1 year ago
cli Update triple single quotes to triple double quotes (#84099) 1 year ago
config Fix condition for unquoting configuration strings from ini files (#82388) 2 years ago
errors Update triple single quotes to triple double quotes (#84099) 1 year ago
executor Remove deprecated pycompat24 and importlib (#84161) 1 year ago
galaxy Update triple single quotes to triple double quotes (#84099) 1 year ago
inventory Update triple single quotes to triple double quotes (#84099) 1 year ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Update triple single quotes to triple double quotes (#84099) 1 year ago
module_utils Coverage for virtual/sunos.py (#84357) 1 year ago
modules unarchive: Clamp zip timestamps on 32-bit time_t (#84409) 1 year ago
parsing Fixed ipv6 pattern in parse_address (#84237) 1 year ago
playbook delay keyword changed from int to float (#83901) 1 year ago
plugins Fixed broken tests (#84088) 1 year ago
regex Remove Python 2.x compat from unit tests (#82109) 2 years ago
template Update triple single quotes to triple double quotes (#84099) 1 year ago
utils Remove encrypt unit tests for undocumented algorithms, which are disallowed in 2.19. (#84219) 1 year ago
vars test: Remove unreachable tests (#83696) 1 year ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
requirements.txt Remove Python 3.10 support for the controller (#83221) 2 years ago
test_context.py Require `from __future__ import annotations` (#81902) 2 years ago
test_no_tty.py Require `from __future__ import annotations` (#81902) 2 years ago