Skip to content

Fixed pytest import from `testing/utils/conftest.py`

Nathan Hertz requested to merge fix_pytest_import into main

Fixed import error in shared/workspaces/workspaces/capability/services/test/test_capability_info.py; for whatever reason, it likes utils.conftest instead of testing.utils.conftest

Merge request reports