zulip: Use distro.linux_distribution instead of platform

Python 3.8 removes `platform.linux_distribution` and `distro` is the
recommended replacement to use for this function.
This commit is contained in:
Puneeth Chaganti 2019-11-01 12:45:28 +05:30 committed by Tim Abbott
parent 3e155ecf93
commit 63bc9b8a4f
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@ coverage>=4.4.1
pycodestyle==2.3.1
mock
pytest
distro
-e ./zulip
-e ./zulip_bots
-e ./zulip_botserver