Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory:Rings:1-MinimalX
python-invocations
drop-icecream-dep.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File drop-icecream-dep.patch of Package python-invocations
Index: invocations-3.3.0/tests/conftest.py =================================================================== --- invocations-3.3.0.orig/tests/conftest.py +++ invocations-3.3.0/tests/conftest.py @@ -5,9 +5,11 @@ from pytest import fixture from invoke import MockContext # Set up icecream globally for convenience. -from icecream import install - -install() +try: + from icecream import install + install() +except ModuleNotFoundError: + pass @fixture
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor