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 5bf4b65 commit 3a32673Copy full SHA for 3a32673
test/examples.py
@@ -9,8 +9,6 @@
9
10
from version_query.version import VersionComponent
11
12
-_HERE = pathlib.Path(__file__).resolve().parent
13
-
14
_GIT_REPOS_ROOT = pathlib.Path(os.environ.get('EXAMPLE_PROJECTS_PATH', '..')).resolve()
15
16
GIT_REPO_EXAMPLES = list(_ for _ in _GIT_REPOS_ROOT.glob('**/.git') if _.is_dir())
0 commit comments