Skip to content
Snippets Groups Projects
  1. Nov 26, 2024
  2. Sep 05, 2024
    • Eric Long's avatar
      Add missing checkdepends python-typeguard · 5f333b8d
      Eric Long authored
      ```
      ==================================== ERRORS ====================================
      ___________________ ERROR collecting tests/test_typeguard.py ___________________
      ImportError while importing test module '/build/python-nptyping/src/nptyping-2.5.0/tests/test_typeguard.py'.
      Hint: make sure your test modules/packages have valid Python names.
      Traceback:
      /usr/lib/python3.12/site-packages/_pytest/python.py:493: in importtestmodule
          mod = import_path(
      /usr/lib/python3.12/site-packages/_pytest/pathlib.py:582: in import_path
          importlib.import_module(module_name)
      /usr/lib/python3.12/importlib/__init__.py:90: in import_module
          return _bootstrap._gcd_import(name[level:], package, level)
      <frozen importlib._bootstrap>:1387: in _gcd_import
          ???
      <frozen importlib._bootstrap>:1360: in _find_and_load
          ???
      <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
          ???
      <frozen importlib._bootstrap>:935: in _load_unlocked
          ???
      /usr/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:174: in exec_module
          exec(co, module.__dict__)
      tests/test_typeguard.py:4: in <module>
          from typeguard import typechecked
      E   ModuleNotFoundError: No module named 'typeguard'
      ```
      5f333b8d
  3. Jul 11, 2024
  4. Jul 03, 2024
  5. Apr 30, 2024
  6. Apr 20, 2024
  7. Apr 05, 2024
  8. Apr 13, 2023
  9. Apr 07, 2023
  10. Dec 03, 2022
Loading