diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-14 17:26:27 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 17:31:06 +0000 |
commit | 9b4f54e1f8f1d064faaa51a5f480cb890892fb54 (patch) | |
tree | dfda24e235f26161cdb2a157117e06ec7ecd1ef6 /conftest.py | |
parent | b11b48eadd3052d7e209ae7be8c513ca128099e3 (diff) | |
download | buildstream-9b4f54e1f8f1d064faaa51a5f480cb890892fb54.tar.gz |
pylint - dealt with import warnings
Diffstat (limited to 'conftest.py')
-rwxr-xr-x | conftest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conftest.py b/conftest.py index ffe8fb3ae..e4eb1f5a8 100755 --- a/conftest.py +++ b/conftest.py @@ -19,10 +19,11 @@ # Tristan Maat <tristan.maat@codethink.co.uk> import os -import pytest import shutil import tempfile +import pytest + def pytest_addoption(parser): parser.addoption('--integration', action='store_true', default=False, |