File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def _make_version_pkg_url(
79
79
Return a "git+file://" URL to the version_pkg test package.
80
80
81
81
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
83
83
containing the version_pkg package.
84
84
rev: an optional revision to install like a branch name, tag, or SHA.
85
85
"""
@@ -101,7 +101,7 @@ def _install_version_pkg_only(
101
101
the version).
102
102
103
103
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
105
105
containing the package.
106
106
rev: an optional revision to install like a branch name or tag.
107
107
"""
@@ -122,7 +122,7 @@ def _install_version_pkg(
122
122
installed.
123
123
124
124
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
126
126
containing the package.
127
127
rev: an optional revision to install like a branch name or tag.
128
128
"""
You can’t perform that action at this time.
0 commit comments