kalekundert / parametrize_from_file

Read unit test parameters from config files
MIT License
15 stars 3 forks source link

Warnings issued during testing #13

Closed adhawkins closed 2 years ago

adhawkins commented 2 years ago

When packaging the latest release for Alpine, I'm getting the following warnings when testing:

=============================== warnings summary ===============================
tests/test_parameters.py: 4 warnings
tests/test_utils.py: 10 warnings
  /usr/lib/python3.10/site-packages/more_itertools/more.py:1707: DeprecationWarning: zip_equal will be removed in a future version of more-itertools. Use the builtin zip function with strict=True instead.
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/warnings.html
======================= 277 passed, 14 warnings in 1.13s =======================
kalekundert commented 2 years ago

Thanks for the heads up. I just pushed a commit that should fix this. If the tests pass, a new release should be available in a few minutes.