diff --git a/src/matyan/tests/test_commands.py b/src/matyan/tests/test_commands.py index 79004ec..c14b476 100644 --- a/src/matyan/tests/test_commands.py +++ b/src/matyan/tests/test_commands.py @@ -28,7 +28,7 @@ def setUpClass(cls): test_dir = project_dir("tests/matyan-testing") if not os.path.exists(test_dir): git.Repo.clone_from( - "git@bitbucket.org:barseghyanartur/matyan-testing.git", + "https://barseghyanartur@bitbucket.org/barseghyanartur/matyan-testing.git", # NOQA test_dir, StrictHostKeyChecking=False )