forked from pool/python-poetry
Accepting request 820520 from home:jayvdb:py-submit
- Skip one test that breaks due to clikit 0.6.0+ improving error messages OBS-URL: https://build.opensuse.org/request/show/820520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
22649894a3
commit
efc873f8a2
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 12 08:45:06 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Skip one test that breaks due to clikit 0.6.0+ improving
|
||||
error messages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 10:12:56 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user