wombelix / pagure

Forked from pagure 2 years ago
Clone

2923652 tests: Replace usage of pytz with datetime.timezone

Authored and Committed by wombelix 4 months ago
    tests: Replace usage of pytz with datetime.timezone
    
    pytz dropped from some of our indirect dependencies. datetime.timezone ships same functionality since 3.9 out-of-the-box. Fixes ModuleNotFoundError: No module named 'pytz'