01-fix-tests.patch 488 B

123456789101112
  1. --- contrib/python/jmespath/py3/tests/test_compliance.py (index)
  2. +++ contrib/python/jmespath/py3/tests/test_compliance.py (working tree)
  3. @@ -3,2 +3,2 @@
  4. -from tests import OrderedDict
  5. -from tests import json
  6. +from . import OrderedDict
  7. +from . import json
  8. --- contrib/python/jmespath/py3/tests/test_parser.py (index)
  9. +++ contrib/python/jmespath/py3/tests/test_parser.py (working tree)
  10. @@ -6,1 +6,1 @@ import re
  11. -from tests import unittest, OrderedDict
  12. +from . import unittest, OrderedDict