Skip to content

Commit 4b73068

Browse files
committed
Changes for CI tests
1 parent 86d6628 commit 4b73068

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.github/workflows/test_tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
add-apt-repository -y ppa:deadsnakes/ppa
4747
add-apt-repository -y ppa:gift/dev
4848
apt-get update -q
49-
apt-get install -y build-essential git libffi-dev python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv libfwps-python3 libfwsi-python3 libgzipf-python3 liblnk-python3 libolecf-python3 libregf-python3 python3-dfdatetime python3-distutils python3-dtfabric python3-lz4 python3-pip python3-setuptools python3-snappy python3-yaml python3-zstd
49+
apt-get install -y build-essential git libffi-dev libsnappy-dev python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv libfwps-python3 libfwsi-python3 libgzipf-python3 liblnk-python3 libolecf-python3 libregf-python3 python3-dfdatetime python3-distutils python3-dtfabric python3-lz4 python3-pip python3-setuptools python3-snappy python3-yaml python3-zstd
5050
- name: Install tox
5151
run: |
5252
python3 -m pip install tox

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ clear-cache-post-run=no
2929
# A comma-separated list of package or module names from where C extensions may
3030
# be loaded. Extensions are loading into the active Python interpreter and may
3131
# run arbitrary code.
32-
extension-pkg-allow-list=pyfwsi,pylnk,pyolecf,pyregf,zstd
32+
extension-pkg-allow-list=pyfwps,pyfwsi,pygzipf,pylnk,pyolecf,pyregf,zstd
3333

3434
# A comma-separated list of package or module names from where C extensions may
3535
# be loaded. Extensions are loading into the active Python interpreter and may

dependencies.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ version_property: get_version()
7070
dpkg_name: python3-snappy
7171
l2tbinaries_name: snappy
7272
minimum_version: 0.6.1
73-
pypi_name: snappy
73+
pypi_name: python-snappy
7474
rpm_name: python3-snappy
7575

7676
[yaml]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ liblnk-python >= 20230205
88
libolecf-python >= 20151223
99
libregf-python >= 20150315
1010
lz4 >= 0.10.0
11-
snappy >= 0.6.1
11+
python-snappy >= 0.6.1
1212
zstd >= 1.3.0.2

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dtformats
3-
version = 20240102
3+
version = 20240103
44
description = Data formats (dtformats)
55
long_description = dtFormats is a collection of various file formats.
66
long_description_content_type = text/plain
@@ -35,6 +35,7 @@ scripts =
3535
scripts/firefox_cache1.py
3636
scripts/fseventsd.py
3737
scripts/gzipfile.py
38+
scripts/indexeddb.py
3839
scripts/job.py
3940
scripts/jump_list.py
4041
scripts/keychain.py

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ deps =
4242
commands =
4343
pylint --version
4444
yamllint -v
45-
pylint --rcfile=.pylintrc dtformats scripts setup.py tests
45+
pylint --rcfile=.pylintrc --ignore=dfvfs_helpers.py dtformats scripts setup.py tests
4646
yamllint -c .yamllint.yaml data dtformats test_data

0 commit comments

Comments
 (0)