qulogic commented on the pull-request: `Don't skip testdata` that you are following: `` Sorry, I've had to revert this change. After applying it, it causes several bugs:
1. `testdata` that includes invalid Go code can cause `golist` to panic, as it does so when importing a directory fails. 2. Imports in `testdata` now get added as dependencies, which can break `%go_generate_buildrequires`, if these are non-existent. 3. `%gocheck` attempts to run tests on `testdata` code, but that's not how Go does it. These files may be invalid as well, causing `%check` to fail. ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/pull-request/30