From 957615057d773cc9f8811010feebe77360da4140 Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Wed, 3 Jan 2024 06:49:42 +0100 Subject: [PATCH] Changes for CI tests --- .pylintrc | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 1edf317..73bf70f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -29,7 +29,7 @@ clear-cache-post-run=no # A comma-separated list of package or module names from where C extensions may # be loaded. Extensions are loading into the active Python interpreter and may # run arbitrary code. -extension-pkg-allow-list=pyfwsi,pylnk,pyolecf,pyregf,zstd +extension-pkg-allow-list=pygzipf,pyfwps,pyfwsi,pylnk,pyolecf,pyregf,snappy,zstd # A comma-separated list of package or module names from where C extensions may # be loaded. Extensions are loading into the active Python interpreter and may diff --git a/tox.ini b/tox.ini index 2b6e608..740ef47 100644 --- a/tox.ini +++ b/tox.ini @@ -42,5 +42,5 @@ deps = commands = pylint --version yamllint -v - pylint --rcfile=.pylintrc dtformats scripts setup.py tests + pylint --rcfile=.pylintrc --ignore=dfvfs_helpers.py dtformats scripts setup.py tests yamllint -c .yamllint.yaml data dtformats test_data