This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients christian.heimes, eric.araujo, gregory.p.smith, lemburg, methane, ned.deily, vstinner
Date 2017-07-28.06:30:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501223457.19.0.771914486146.issue29585@psf.upfronthosting.co.za>
In-reply-to
Content
test_get_path fails on macOS installed framework builds:

======================================================================
FAIL: test_get_path (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/nad/Projects/PyDev/active/dev/3x/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.7/lib/python3.7/test/test_site.py", line 188, in test_get_path
    sysconfig.get_path('purelib', os.name + '_user'))
AssertionError: '/Users/nad/Library/pytest_10.12/3.7/lib/python/site-packages' != '/Users/nad/Library/pytest_10.12/3.7/lib/python3.7/site-packages'
- /Users/nad/Library/pytest_10.12/3.7/lib/python/site-packages
+ /Users/nad/Library/pytest_10.12/3.7/lib/python3.7/site-packages
?                                               +++


----------------------------------------------------------------------
Ran 27 tests in 0.471s

FAILED (failures=1, skipped=4)
History
Date User Action Args
2017-07-28 06:30:57ned.deilysetrecipients: + ned.deily, lemburg, gregory.p.smith, vstinner, christian.heimes, eric.araujo, methane
2017-07-28 06:30:57ned.deilysetmessageid: <1501223457.19.0.771914486146.issue29585@psf.upfronthosting.co.za>
2017-07-28 06:30:57ned.deilylinkissue29585 messages
2017-07-28 06:30:56ned.deilycreate