freeipa/ipatests/test_ipalib
Christian Heimes a45a7a20d9 Compatibility fix for PyCA cryptography 42.0.0
Cryptography 42.0.0 introduced two new abstract properties
`not_valid_before_utc` and `not_valid_after_utc`, which are non-naive UTC
variants of the `not_valid_before` and `not_valid_after` properties.

The old properties are deprecated. The changeset also modifies code and
tests to use the new `_utc` variants.

Fixes: https://pagure.io/freeipa/issue/9518
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
2024-01-24 14:54:24 +01:00
..
data
__init__.py
test_aci.py
test_backend.py pylint: Fix deprecated-method for threading 2022-03-11 13:37:08 -05:00
test_base.py
test_capabilities.py
test_cli.py pylint: remove unneeded disable=unused-private-member 2023-01-10 08:30:58 +01:00
test_config.py pylint: Fix no-member 2022-03-11 13:37:08 -05:00
test_crud.py
test_errors.py pylint: remove unneeded disable=unused-private-member 2023-01-10 08:30:58 +01:00
test_frontend.py pylint: Fix unnecessary-lambda-assignment 2023-01-10 08:30:58 +01:00
test_messages.py
test_output.py
test_parameters.py pylint: Fix unnecessary-lambda-assignment 2023-01-10 08:30:58 +01:00
test_plugable.py ipatests: Add option/arg parsing tests for the cli 2020-08-25 10:31:19 -04:00
test_rpc.py pylint: Fix useless-suppression 2022-03-11 13:37:08 -05:00
test_text.py
test_util.py
test_x509.py Compatibility fix for PyCA cryptography 42.0.0 2024-01-24 14:54:24 +01:00