From: Cooper Lees Date: Wed, 26 May 2021 12:52:09 +0000 (-0700) Subject: Add optional uvloop import (#2258) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/754eecf69eed0bdc75fe224c19a702a4f0676807?ds=sidebyside;hp=754eecf69eed0bdc75fe224c19a702a4f0676807 Add optional uvloop import (#2258) * Add optional uvloop import - If we find `uvloop` in the env for black, blackd or black-primer lets try and use it - Add a uvloop extra install Fixes #2257 Test: - Add ci job to install black[uvloop] and run a primer run with uvloop - Only with latest python (3.9) - Will be handy to compare runtimes as a very unoffical benchmark * Remove tox install * Add to CHANGES/news ---