]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 Jun 2024 08:13:53 +0000 (10:13 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Jun 2024 08:13:53 +0000 (08:13 +0000)
commit863a0bd5154a7dcade03e849ec2ed45fe9f8837f
tree9ea63fbd9165f35f93c9fc8c53d37b6c8803bacb
parent3be7e91d037059dd98c175f48620191b538b9731
[3.13] gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (GH-120243) (#120259)

gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (GH-120243)
(cherry picked from commit 95f4db88d5ab7d900f05d0418b2a2e77bf9ff126)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_datetime.py