Skip to content

Commit

Permalink
Merge pull request #11590 from uranusjr/pathlib-housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr authored Nov 21, 2022
2 parents d2d1fcf + afb0d13 commit 1ab22ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/functional/test_install_vcs_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _make_version_pkg_url(
Return a "git+file://" URL to the version_pkg test package.
Args:
path: a tests.lib.path.Path object pointing to a Git repository
path: a pathlib.Path object pointing to a Git repository
containing the version_pkg package.
rev: an optional revision to install like a branch name, tag, or SHA.
"""
Expand All @@ -101,7 +101,7 @@ def _install_version_pkg_only(
the version).
Args:
path: a tests.lib.path.Path object pointing to a Git repository
path: a pathlib.Path object pointing to a Git repository
containing the package.
rev: an optional revision to install like a branch name or tag.
"""
Expand All @@ -122,7 +122,7 @@ def _install_version_pkg(
installed.
Args:
path: a tests.lib.path.Path object pointing to a Git repository
path: a pathlib.Path object pointing to a Git repository
containing the package.
rev: an optional revision to install like a branch name or tag.
"""
Expand Down

0 comments on commit 1ab22ee

Please sign in to comment.