summaryrefslogtreecommitdiff
path: root/tests/external_plugins.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/external_plugins.py')
-rw-r--r--tests/external_plugins.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/external_plugins.py b/tests/external_plugins.py
index 84a1abdce..b45f0ece1 100644
--- a/tests/external_plugins.py
+++ b/tests/external_plugins.py
@@ -1,11 +1,12 @@
import glob
import os
-import pytest
import shutil
import subprocess
import sys
import time
+import pytest
+
# An ExternalPluginRepo represents a git repository containing a plugin
# with tests that we wish to use as part of our test suite.