diff --git a/python-poetry.changes b/python-poetry.changes index 1a0aea3..0f679d2 100644 --- a/python-poetry.changes +++ b/python-poetry.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 12 08:45:06 UTC 2020 - John Vandenberg + +- Skip one test that breaks due to clikit 0.6.0+ improving + error messages + ------------------------------------------------------------------- Sun Jul 5 10:12:56 UTC 2020 - Sebastian Wagner diff --git a/python-poetry.spec b/python-poetry.spec index b823dcf..1f208ef 100644 --- a/python-poetry.spec +++ b/python-poetry.spec @@ -102,7 +102,10 @@ python3 -m venv testenv source testenv/bin/activate # test_default_with_excluded_data fails, see the above ticket for # discussion on this. -%pytest -k 'not test_default_with_excluded_data' +# test_publish_returns_non_zero_code_for_upload_errors fails with clikit 0.6.0+ +# which uses crashtest, which outputs extra information not expected by the test +# This does not occur in the poetry 1.1.0a test suite. +%pytest -vv -k 'not (test_default_with_excluded_data or test_publish_returns_non_zero_code_for_upload_errors)' %post %python_install_alternative poetry