Package: python-parsley / 1.3-3

Metadata

Package Version Patches format
python-parsley 1.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
copy vm.parsley.patch | (download)

setup.py | 1 1 0 - 0 !
1 file changed, 1 insertion( )

---
unittest skip.patch | (download)

ometa/test/test_pymeta.py | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

 debian build uses unittest for test execution, thus pytest.skip()
 is understood as error instead of a skip. This patch uses appropriate test
 skipping method for unittest.
unittest restore compatibility.patch | (download)

ometa/test/test_builder.py | 2 1 1 - 0 !
ometa/test/test_protocol.py | 12 6 6 - 0 !
ometa/test/test_pymeta.py | 4 2 2 - 0 !
ometa/test/test_runtime.py | 4 2 2 - 0 !
4 files changed, 11 insertions( ), 11 deletions(-)

 adjust tests to the removal of deprecated methods.