[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Next python-mote pre-condition test issue: python-jsondiff trows ModuleNotFoundError: No module named 'nose_random'



Hi,

when continuing to check preconditions for python-moto my next target
is python-jsondiff[1].  When trying to build I get:


...
I: pybuild base:184: cd /build/python-jsondiff-1.1.1/.pybuild/pythonX.Y_3.6/build; python3.6 -m unittest discover -v 
tests (unittest.loader._FailedTest) ... ERROR

======================================================================
ERROR: tests (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests
Traceback (most recent call last):
  File "/usr/lib/python3.6/unittest/loader.py", line 462, in _find_test_path
    package = self._get_module_from_name(name)
  File "/usr/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "/build/python-jsondiff-1.1.1/.pybuild/pythonX.Y_3.6/build/tests/__init__.py", line 7, in <module>
    from nose_random import randomize
ModuleNotFoundError: No module named 'nose_random'


----------------------------------------------------------------------
Ran 1 test in 0.000s
...


My web search for a module named 'nose_random' remained empty.

Any idea what might be wrong here?

Kind regards

        Andreas.

[1] https://salsa.debian.org/science-team/python-jsondiff.git

-- 
http://fam-tille.de


Reply to: