blob: 86ef31e462c58183bc137b91b62f5dd25f6bd754 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
From f0938fcaae74896aa05cf9151b6535e0e94f83fe Mon Sep 17 00:00:00 2001
From: wubijie <wubijie@kylinos.cn>
Date: Mon, 21 Aug 2023 17:27:24 +0800
Subject: [PATCH] settle build problem
---
test-requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-requirements.txt b/test-requirements.txt
index bc8d8d2..c11c5da 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -27,4 +27,4 @@ scripttest
# NOTE(rpodolyaka): This version identifier is currently necessary as
# pytz otherwise does not install on pip 1.4 or higher
pylint
-pytz>=2010h
+pytz>=2023.3
--
2.33.0
|