-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Labels
type:bugSomething doesn't work as intendedSomething doesn't work as intended
Description
Description
When I try to run pytest on non-Dariwn platforms, it immediately fails out with the following error:
________________________________ ERROR collecting tests/network_manager/test_darwin.py ________________________________
ImportError while importing test module '/home/ell/clone/vorta/tests/network_manager/test_darwin.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/network_manager/test_darwin.py:5: in <module>
from vorta.network_status import darwin
src/vorta/network_status/darwin.py:5: in <module>
from CoreWLAN import CWInterface, CWNetwork, CWWiFiClient
E ModuleNotFoundError: No module named 'CoreWLAN'
Reproduction
- I tried to reproduce the issue.
- I was able to reproduce the issue.
OS
Ubuntu 24.04, xfce
Version of Vorta
0.11
What did you install Vorta with?
Other
Version of Borg
1.4.0
Logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:bugSomething doesn't work as intendedSomething doesn't work as intended