Chilipp / autodocsumm

Extending your autodoc API docs with a summary
Apache License 2.0
48 stars 14 forks source link

0.2.4: sphinx_testing is used uses in test suite #54

Closed kloczek closed 3 years ago

kloczek commented 3 years ago

That module actually is no longer maintained https://github.com/sphinx-doc/sphinx-testing/issues/21

+ /usr/bin/python3 -Bm pytest -ra
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.9, pytest-6.2.3, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/home/tkloczko/rpmbuild/BUILD/autodocsumm-0.2.4/.hypothesis/examples')
rootdir: /home/tkloczko/rpmbuild/BUILD/autodocsumm-0.2.4, configfile: setup.cfg
plugins: forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, expect-1.1.0, cov-2.11.1, httpbin-1.0.0, xdist-2.2.1, flake8-1.0.7, timeout-1.4.2, betamax-0.8.1, pyfakefs-4.4.0, freezegun-0.4.2, cases-3.4.6, case-1.5.3, isort-1.3.0, aspectlib-1.5.2, flaky-3.7.0, mock-3.6.0, hypothesis-6.12.0, asyncio-0.15.1, toolbox-0.5
collected 0 items / 1 error

================================================================================== ERRORS ==================================================================================
________________________________________________________________ ERROR collecting tests/test_autodocsumm.py ________________________________________________________________
ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/autodocsumm-0.2.4/tests/test_autodocsumm.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_autodocsumm.py:5: in <module>
    from sphinx_testing import with_app
E   ModuleNotFoundError: No module named 'sphinx_testing'
========================================================================= short test summary info ==========================================================================
ERROR tests/test_autodocsumm.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
============================================================================= 1 error in 0.24s =============================================================================
Chilipp commented 3 years ago

thanks for the hint @kloczek!