Open 5bd1ef4d-0732-4943-a379-4af489e20c69 opened 5 years ago
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['3.8', 'type-bug', '3.7'] title = 'test_email: test_localtime_daylight_false_dst_true() fails if timezone database is missing' updated_at = user = 'https://github.com/andreas-schwab' ``` bugs.python.org fields: ```python activity = actor = 'schwab' assignee = 'none' closed = False closed_date = None closer = None components = [] creation = creator = 'schwab' dependencies = [] files = [] hgrepos = [] issue_num = 35818 keywords = [] message_count = 3.0 messages = ['334294', '334296', '334297'] nosy_count = 7.0 nosy_names = ['barry', 'vstinner', 'r.david.murray', 'schwab', 'p-ganssle', 'miss-islington', 'xtreak'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue35818' versions = ['Python 3.6', 'Python 3.7', 'Python 3.8'] ```
bpo-35317 solution is incomplete, the test needs to be skipped if the timezone database is unavailable.
How can I reproduce the issue?
rpm -e timezone
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields: ```python assignee = None closed_at = None created_at =
labels = ['3.8', 'type-bug', '3.7']
title = 'test_email: test_localtime_daylight_false_dst_true() fails if timezone database is missing'
updated_at =
user = 'https://github.com/andreas-schwab'
```
bugs.python.org fields:
```python
activity =
actor = 'schwab'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation =
creator = 'schwab'
dependencies = []
files = []
hgrepos = []
issue_num = 35818
keywords = []
message_count = 3.0
messages = ['334294', '334296', '334297']
nosy_count = 7.0
nosy_names = ['barry', 'vstinner', 'r.david.murray', 'schwab', 'p-ganssle', 'miss-islington', 'xtreak']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue35818'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']
```