25 lines
717 B
Diff
25 lines
717 B
Diff
Index: vncdotool-1.0.0/tests/unit/test_client.py
|
|
===================================================================
|
|
--- vncdotool-1.0.0.orig/tests/unit/test_client.py
|
|
+++ vncdotool-1.0.0/tests/unit/test_client.py
|
|
@@ -1,6 +1,5 @@
|
|
-from unittest import TestCase
|
|
+from unittest import SkipTest, TestCase
|
|
|
|
-from nose.plugins.skip import SkipTest
|
|
import mock
|
|
|
|
from vncdotool import client
|
|
Index: vncdotool-1.0.0/setup.py
|
|
===================================================================
|
|
--- vncdotool-1.0.0.orig/setup.py
|
|
+++ vncdotool-1.0.0/setup.py
|
|
@@ -14,7 +14,6 @@ setup(
|
|
"Pillow",
|
|
],
|
|
tests_require=[
|
|
- 'nose',
|
|
'pexpect',
|
|
],
|
|
url='http://github.com/sibson/vncdotool',
|