replace flake8-import-order by isort

This commit is contained in:
Bastien Gerard
2021-03-29 21:47:42 +02:00
parent f0fad6df19
commit ff596fcb7e
46 changed files with 133 additions and 89 deletions

View File

@@ -53,8 +53,8 @@ class PyTest(TestCommand):
def run_tests(self):
# import here, cause outside the eggs aren't loaded
from pkg_resources import _namespace_packages
import pytest
from pkg_resources import _namespace_packages
# Purge modules under test from sys.modules. The test loader will
# re-import them from the build location. Required when 2to3 is used