summaryrefslogtreecommitdiff
path: root/dev-python/botocore/files/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch
AgeCommit message (Collapse)Author
2022-06-02dev-python/botocore: remove unused patchMichael Mair-Keimberger
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25726 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2017-12-15dev-python/botocore: fix running testsAndrey Utkin
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