From 6e4b7c6b18ccce6f60c503f47a4082d5a6eeabbd Mon Sep 17 00:00:00 2001 From: appel_c Date: Fri, 17 Nov 2023 14:17:05 +0100 Subject: [PATCH] test: remove tests from pylint check --- tests/test_eiger9m_csaxs.py | 1 + tests/test_falcon_csaxs.py | 1 + tests/test_pilatus_csaxs.py | 1 + 3 files changed, 3 insertions(+) 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