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

==================================== ERRORS ====================================
__________________ ERROR collecting test/test_pyrgsimplot.py ___________________
ImportError while importing test module '/sasbuild/build/sas/packages/pyrgsimplot/test/test_pyrgsimplot.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_pyrgsimplot.py:21: in <module>
    import pysas.pyrgsimplot.pyrgsimplot as rgsimplot
../../../lib/python/pysas/pyrgsimplot/__init__.py:1: in <module>
    from . import pyrgsimplot
../../../lib/python/pysas/pyrgsimplot/pyrgsimplot.py:20: in <module>
    from .version import VERSION, SAS_RELEASE, SAS_AKA
E   ModuleNotFoundError: No module named 'pysas.pyrgsimplot.version'
=========================== short test summary info ============================
ERROR test_pyrgsimplot.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.22s ===============================
Error while running ./testpyrgsimplot
ERROR: one of the tests failed
