-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
C: testsTesting and related thingsTesting and related thingsOS: windowsWindows specificWindows specificauto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automation
Description
I run unittest for pip
(1.5.4) in Windows 7(64) Python 3.4(64). But unittest is failed:
Run:py.test tests\functional\test_help.py
Exception:TypeError: object of type 'LocalPath' has no len()
in \test\lib\ntpath.py:108
It is coused by function join
received arg with type LocalPath
.
I cannot find what wrong, so report this issue.
Metadata
Metadata
Assignees
Labels
C: testsTesting and related thingsTesting and related thingsOS: windowsWindows specificWindows specificauto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automation