Skip to content

Commit

Permalink
Changes for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jan 3, 2024
1 parent 86d6628 commit 817df43
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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=pyfwps,pyfwsi,pygzipf,pylnk,pyolecf,pyregf,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
Expand Down
2 changes: 1 addition & 1 deletion dependencies.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ version_property: get_version()
dpkg_name: python3-snappy
l2tbinaries_name: snappy
minimum_version: 0.6.1
pypi_name: snappy
pypi_name: python-snappy
rpm_name: python3-snappy

[yaml]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ liblnk-python >= 20230205
libolecf-python >= 20151223
libregf-python >= 20150315
lz4 >= 0.10.0
snappy >= 0.6.1
python-snappy >= 0.6.1
zstd >= 1.3.0.2
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dtformats
version = 20240102
version = 20240103
description = Data formats (dtformats)
long_description = dtFormats is a collection of various file formats.
long_description_content_type = text/plain
Expand Down Expand Up @@ -35,6 +35,7 @@ scripts =
scripts/firefox_cache1.py
scripts/fseventsd.py
scripts/gzipfile.py
scripts/indexeddb.py
scripts/job.py
scripts/jump_list.py
scripts/keychain.py
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 817df43

Please sign in to comment.