Merge with master.

This commit is contained in:
Dave Halter
2017-01-02 13:00:58 +01:00
12 changed files with 211 additions and 34 deletions

View File

@@ -41,9 +41,9 @@ def test_get_venv_path(venv):
site_pkgs = (glob(pjoin(venv, 'lib', 'python*', 'site-packages')) +
glob(pjoin(venv, 'lib', 'site-packages')))[0]
ETALON = [
site_pkgs,
pjoin('/path', 'from', 'egg-link'),
pjoin(site_pkgs, '.', 'relative', 'egg-link', 'path'),
site_pkgs,
pjoin(site_pkgs, 'dir-from-foo-pth'),
]