Testing testpyrgsspecplot ... FAILED
Message: will run ./testpyrgsspecplot for no longer than 600 seconds.
============================= test session starts ==============================
platform linux -- Python 3.12.4, pytest-8.3.2, pluggy-1.5.0 -- /sasbuild/tools/python-3.12.4/bin/python3
cachedir: .pytest_cache
rootdir: /workspaces/xmm_sas/packages/pyrgsspecplot
plugins: anyio-4.4.0
collecting ... collected 0 items / 1 error

==================================== ERRORS ====================================
_________________ ERROR collecting test/test_pyrgsspecplot.py __________________
ImportError while importing test module '/workspaces/xmm_sas/packages/pyrgsspecplot/test/test_pyrgsspecplot.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/sasbuild/tools/python/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test_pyrgsspecplot.py:21: in <module>
    import pysas.pyrgsspecplot.pyrgsspecplot as rgsspecplot
../../../lib/python/pysas/pyrgsspecplot/__init__.py:1: in <module>
    from . import pyrgsspecplot
../../../lib/python/pysas/pyrgsspecplot/pyrgsspecplot.py:29: in <module>
    import pysas.pysasplot_utils.pysasplot_utils as sasplt
../../../lib/python/pysas/pysasplot_utils/__init__.py:1: in <module>
    from . import pysasplot_utils
../../../lib/python/pysas/pysasplot_utils/pysasplot_utils.py:36: in <module>
    from pypdf import PdfWriter
E   ModuleNotFoundError: No module named 'pypdf'
=========================== short test summary info ============================
ERROR test_pyrgsspecplot.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 1.44s ===============================
Error while running ./testpyrgsspecplot
ERROR: one of the tests failed
