yandex / yandex-taxi-testsuite

testsuite: microservices testing framework
MIT License
144 stars 38 forks source link

fix utcnow() deprecation warning #69

Closed sazikov-a closed 7 months ago

sazikov-a commented 7 months ago

replace datetime.utcnow() withdatetime.now(datetime.timezone.utc).replace(tzinfo=None)