Accepting request 794785 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/794785 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jenkinsapi?expand=0&rev=10
This commit is contained in:
commit
188640d25b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 06:51:42 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- use pytest -k instead of removing tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 12:13:33 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -87,11 +87,11 @@ and has
|
||||
%python_uninstall_alternative jenkins_invoke
|
||||
|
||||
%check
|
||||
# jenkinsapi_tests/unittests/test_view.py
|
||||
# E fixture '_view_poll' not found
|
||||
rm jenkinsapi_tests/unittests/test_view.py
|
||||
# jddenkinsapi_tests/unittests/test_plugins.py
|
||||
# E ConnectionError: HTTPSConnectionPool(host='updates.jenkins.io...
|
||||
rm jenkinsapi_tests/unittests/test_plugins.py
|
||||
%pytest jenkinsapi_tests/unittests jenkinsapi_tests/test_utils
|
||||
%pytest jenkinsapi_tests/unittests jenkinsapi_tests/test_utils -k 'not (test_view or test_plugins)'
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user