summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/botocore-1.16.7: Bump, remove dep version locksPatrick McLean2020-05-111-0/+27
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/botocore: fix running testsAndrey Utkin2017-12-151-0/+32
Functional tests suite, recently added to src_test phase, ended up using library files already installed, and not what is to be installed. This is handled now by passing custom PYTHONPATH, and patching tests suite to not discard custom PYTHONPATH when launching child processes. "nosetests" invocation for unit and functional test suites was split into two as it doesn't work correctly when given two directory paths. It looks like PYTHONPATH is not properly passed in that case. The reason is unknown. Fixes: e1fabdbdb95d ("dev-python/botocore: run also functional tests") Bug: https://bugs.gentoo.org/640726 Package-Manager: Portage-2.3.17, Repoman-2.3.6