Depending on the install location of pytest this causes isort to pass or fail.
@@ -26,6 +26,7 @@ import shutil
import tempfile
import pytest
+
from radicale import Application, config
from .test_base import BaseTest
@@ -27,6 +27,7 @@ import tempfile
import xml.etree.ElementTree as ET
from . import BaseTest