diff --git a/tests/test_eiger9m_csaxs.py b/tests/test_eiger9m_csaxs.py index cea1c0d..2bb38f8 100644 --- a/tests/test_eiger9m_csaxs.py +++ b/tests/test_eiger9m_csaxs.py @@ -1,3 +1,4 @@ +# pylint: skip-file import pytest import threading from unittest import mock diff --git a/tests/test_falcon_csaxs.py b/tests/test_falcon_csaxs.py index 6d76774..06bee95 100644 --- a/tests/test_falcon_csaxs.py +++ b/tests/test_falcon_csaxs.py @@ -1,3 +1,4 @@ +# pylint: skip-file import pytest from unittest import mock import threading diff --git a/tests/test_pilatus_csaxs.py b/tests/test_pilatus_csaxs.py index 89dac10..5038062 100644 --- a/tests/test_pilatus_csaxs.py +++ b/tests/test_pilatus_csaxs.py @@ -1,3 +1,4 @@ +# pylint: skip-file import os import pytest import threading