➜ python3 -m pytest -v test/test_bundlefile.py
##vso[task.logissue type=warning;]The 'junit_family' default value will change to 'xunit2' in pytest 6.0.
Add 'junit_family=legacy' to your pytest.ini file to silence this warning and make your suite compatible.
==================================================================================================================== test session starts =====================================================================================================================
platform linux -- Python 3.6.9, pytest-5.3.2, py-1.8.1, pluggy-0.13.1 -- /usr/bin/python3
cachedir: .pytest_cache
collected 2 items
test_bundlefile PASSED [ 50%]
test_bundlefile_metadata_over_4mb PASSED [100%]
====================================================================================================================== warnings summary ======================================================================================================================
Fixes https://github.com/colcon/colcon-bundle/issues/160
Signed-off-by: Prajakta Gokhale prajaktg@amazon.com