Package: python-omegaconf / 2.3.0-5

Metadata

Package Version Patches format
python-omegaconf 2.3.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable broken test.patch | (download)

tests/test_nodes.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 python-omegaconf (2.3.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Add missing (build-)depends python3-attr (Closes: #1042251).
   * Add --disable-warnings --disable-warnings -p no:warnings when running
     tests, as the package FTBFS otherwise.
fix test_merge.py.patch | (download)

tests/structured_conf/test_structured_config.py | 8 4 + 4 - 0 !
tests/test_basic_ops_list.py | 23 15 + 8 - 0 !
tests/test_merge.py | 5 2 + 3 - 0 !
tests/test_select.py | 8 4 + 4 - 0 !
4 files changed, 25 insertions(+), 19 deletions(-)

 fix test_merge.py
 The file was using private pytest stuff, causing FTBFS with latest pytest.