There was an error while loading. Please reload this page.
1 parent 9f2dc67 commit ebedd27Copy full SHA for ebedd27
1 file changed
test/test_deprecations.py
@@ -27,7 +27,7 @@ def test_verb_blacklist():
27
import does_not_exist # noqa: F401
28
29
30
-@patch('colcon_core.location.get_config_path', Path.cwd)
+@patch('colcon_mixin.mixin.repository.get_config_path', Path.cwd)
31
def test_mixin_repositories_file():
32
if sys.version_info < (3, 7):
33
# Older Python doesn't support the syntax to emit this warning
0 commit comments