-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Description
Is there an existing such new check request for this?
- I have searched the existing issues
Explain
We could check for EPYTEST_TIMEOUT set unconditionally, and therefore preventing the user's make.conf override from taking effect.
Examples
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/trimesh/trimesh-4.6.12.ebuild?id=bbfcebd7f38daddea8a68d685ea7ba04db6f1f6c#n52
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/virtualenv/virtualenv-20.31.2.ebuild?id=bbfcebd7f38daddea8a68d685ea7ba04db6f1f6c#n118
Output message
EPYTEST_TIMEOUT does not respect user override
Documentation
EPYTEST_TIMEOUT should be set using the : "${EPYTEST_TIMEOUT:=...}" syntax, in order to permit the user to override the timeout via make.conf or environment variables.
Result level
None