-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Should passthru.tests be an attrset? #290492
Copy link
Copy link
Open
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.0.kind: questionRequests for a specific question to be answeredRequests for a specific question to be answered2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md9.needs: community feedbackThis needs feedback from more community members.This needs feedback from more community members.
Metadata
Metadata
Assignees
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.0.kind: questionRequests for a specific question to be answeredRequests for a specific question to be answered2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md9.needs: community feedbackThis needs feedback from more community members.This needs feedback from more community members.
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
At current master:
There are 19978 evaluable top-level packages:
2144 of these have
passthru.tests:2138 of these evaluate:
2081 of these are attrlists:
57 (2.7%) of these are lists:
The packages where
passthru.testsis a list:Would it be possible to convert these to attrsets, and enforce that
passthru.testsshould be an attrset, for ease of development?