1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
Paul Ganssle f612503035
Remove uses of utcnow in non-vendored code (#12006)
* Remove reference to utcnow

This cleans up some of the datetime handling in the self check.

Note that this changes the format of the state file, since the datetime
now uses ``.isoformat()`` instead of ``.strftime``. Reading an outdated
state file will still work on Python 3.11+, but not on earlier versions.

* Use aware datetime object in x509.CertificateBuilder
2023-08-31 09:28:31 +01:00
..
data Update test_install_package_that_emits_unicode 2023-03-27 11:55:20 +01:00
functional Filter out yanked links from available versions error message 2023-08-26 12:17:40 +02:00
lib Remove uses of utcnow in non-vendored code (#12006) 2023-08-31 09:28:31 +01:00
unit Remove uses of utcnow in non-vendored code (#12006) 2023-08-31 09:28:31 +01:00
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py clean up duplicated code 2023-08-14 07:57:37 -04:00
requirements-common_wheels.txt Avoid setuptools 60.6.0 2022-02-01 09:04:00 +00:00
requirements.txt Keep using old virtualenv for Python < 3.10 2022-10-28 01:51:13 +08:00