diff options
author | 2021-06-19 17:11:55 +0200 | |
---|---|---|
committer | 2021-06-19 17:11:55 +0200 | |
commit | c8fc67e0e748e9b9e46b4ab3fabda617df71cb2e (patch) | |
tree | 3eef0e836f0e5e988bf65cc1147d993efbb9864e /tests/test_nsjail.py | |
parent | Bump urllib3 from 1.26.4 to 1.26.5 (diff) |
Env deps: add tzdata
Snekbox is lacking an IANA timezone database, this first-party `tzdata` package will provide them. It can be tested by running the following script:
```py
import zoneinfo
if len(zoneinfo.available_timezones()) == 0:
print("The environment doesn't have a valid IANA database.")
```
Diffstat (limited to 'tests/test_nsjail.py')
0 files changed, 0 insertions, 0 deletions