Skip to content

Commit

Permalink
Update exiv2 dependency to v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 23, 2023
1 parent 8ad585e commit dfc8541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ passenv =
CONAN_USER_HOME
FRAMEWORK40VERSION
FRAMEWORKDIR

[testenv]
deps =
pytest
pybind11
passenv =
INCLUDE
LIB
LIBPATH
install_command=python -I -m pip install {opts} {packages} -v --config-settings=conan_cache={env:CONAN_USER_HOME:{temp_dir}}{/}.conan
commands =
python -c "from py3exiv2bind import core;print(f'Testing against exiv2 version {core.exiv2_version()}')"
Expand Down

0 comments on commit dfc8541

Please sign in to comment.