Skip to content

Commit 1ab22ee

Browse files
authored
Merge pull request #11590 from uranusjr/pathlib-housekeeping
2 parents d2d1fcf + afb0d13 commit 1ab22ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/functional/test_install_vcs_git.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _make_version_pkg_url(
7979
Return a "git+file://" URL to the version_pkg test package.
8080
8181
Args:
82-
path: a tests.lib.path.Path object pointing to a Git repository
82+
path: a pathlib.Path object pointing to a Git repository
8383
containing the version_pkg package.
8484
rev: an optional revision to install like a branch name, tag, or SHA.
8585
"""
@@ -101,7 +101,7 @@ def _install_version_pkg_only(
101101
the version).
102102
103103
Args:
104-
path: a tests.lib.path.Path object pointing to a Git repository
104+
path: a pathlib.Path object pointing to a Git repository
105105
containing the package.
106106
rev: an optional revision to install like a branch name or tag.
107107
"""
@@ -122,7 +122,7 @@ def _install_version_pkg(
122122
installed.
123123
124124
Args:
125-
path: a tests.lib.path.Path object pointing to a Git repository
125+
path: a pathlib.Path object pointing to a Git repository
126126
containing the package.
127127
rev: an optional revision to install like a branch name or tag.
128128
"""

0 commit comments

Comments
 (0)