Blame SOURCES/nonose.patch

221c8b
diff -up jmespath-0.9.4/tests/test_compliance.py.orig jmespath-0.9.4/tests/test_compliance.py
221c8b
--- jmespath-0.9.4/tests/test_compliance.py.orig	2017-05-13 19:21:34.000000000 +0200
221c8b
+++ jmespath-0.9.4/tests/test_compliance.py	2021-06-29 11:34:10.355125102 +0200
221c8b
@@ -3,7 +3,8 @@ from pprint import pformat
221c8b
 from tests import OrderedDict
221c8b
 from tests import json
221c8b
 
221c8b
-from nose.tools import assert_equal
221c8b
+import unittest
221c8b
+assert_equal = unittest.TestCase().assertEqual
221c8b
 
221c8b
 from jmespath.visitor import Options
221c8b