We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022f4b0 commit f7f61edCopy full SHA for f7f61ed
tests/sync/test_git.py
@@ -652,7 +652,7 @@ def test_remotes_preserves_git_ssh(
652
],
653
)
654
def test_private_ssh_format(
655
- tmpdir: pathlib.Path,
+ tmp_path: pathlib.Path,
656
constructor: ProjectTestFactory,
657
lazy_constructor_options: ProjectTestFactoryLazyKwargs,
658
) -> None:
@@ -662,7 +662,7 @@ def test_private_ssh_format(
662
url=git_convert_pip_url(
663
"git+ssh://github.com:/tmp/omg/private_ssh_repo"
664
).url,
665
- dir=tmpdir,
+ dir=tmp_path,
666
vcs="git",
667
668
excinfo.match(r".*is a malformed.*")
0 commit comments