Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:ecsos:python
python-vncdotool
python-vncdotool-no-mock.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-vncdotool-no-mock.patch of Package python-vncdotool
diff -upr vncdotool-1.0.0.orig/tests/unit/test_client.py vncdotool-1.0.0/tests/unit/test_client.py --- vncdotool-1.0.0.orig/tests/unit/test_client.py 2022-05-04 10:04:29.137528294 +0200 +++ vncdotool-1.0.0/tests/unit/test_client.py 2022-05-04 10:04:29.141528319 +0200 @@ -1,6 +1,6 @@ from unittest import SkipTest, TestCase -import mock +from unittest import mock from vncdotool import client from vncdotool import rfb diff -upr vncdotool-1.0.0.orig/tests/unit/test_command.py vncdotool-1.0.0/tests/unit/test_command.py --- vncdotool-1.0.0.orig/tests/unit/test_command.py 2022-05-04 10:04:29.137528294 +0200 +++ vncdotool-1.0.0/tests/unit/test_command.py 2022-05-04 10:04:29.141528319 +0200 @@ -3,7 +3,7 @@ from vncdotool import command import os.path import socket import unittest -import mock +from unittest import mock from .helpers import isolate
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