test: remove tests from pylint check

This commit is contained in:
appel_c 2023-11-17 14:17:05 +01:00
parent 4c86f8cfb2
commit 6e4b7c6b18
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# pylint: skip-file
import pytest import pytest
import threading import threading
from unittest import mock from unittest import mock

View File

@ -1,3 +1,4 @@
# pylint: skip-file
import pytest import pytest
from unittest import mock from unittest import mock
import threading import threading

View File

@ -1,3 +1,4 @@
# pylint: skip-file
import os import os
import pytest import pytest
import threading import threading