You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-fasteners/SOURCES/remove-testtools.patch

15 lines
487 B

diff -r -U3 fasteners-0.14.1-orig/fasteners/test.py fasteners-0.14.1/fasteners/test.py
--- fasteners-0.14.1-orig/fasteners/test.py 2015-11-13 07:46:46.000000000 +0100
+++ fasteners-0.14.1/fasteners/test.py 2018-06-19 13:38:10.956742064 +0200
@@ -16,8 +16,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
+import unittest
-class TestCase(testtools.TestCase):
+class TestCase(unittest.TestCase):
pass