Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] fix numpy checks in smoke tests #192

Merged
merged 2 commits into from
Nov 2, 2023
Merged

[ci] fix numpy checks in smoke tests #192

merged 2 commits into from
Nov 2, 2023

Conversation

jameslamb
Copy link
Owner

@jameslamb jameslamb commented Nov 2, 2023

As of numpy==1.26.1, numpy have decided to bundle 4200+ additional files from meson.

That results in 3800+ new errors when checking numpy w/ pydistcheck, summarized as follows:

1. [mixed-file-extensions] Found a mix of file extensions for the same file type: .cc (35), .cpp (156)
2. [mixed-file-extensions] Found a mix of file extensions for the same file type: .yaml (94), .yml (60)
3-3883. [path-contains-spaces] Found path with spaces ...
...
3884. [too-many-files] Found 7261 files. Only 3000 allowed.
errors found while checking: 3884

(build link)

The inclusion of all these new files appears to be intentional:

This PR adjust the project's smoke tests to allow that.

@jameslamb jameslamb added the maintenance Not a bug or feature label Nov 2, 2023
@jameslamb jameslamb merged commit 9cbd9a8 into main Nov 2, 2023
18 checks passed
@jameslamb jameslamb deleted the ci/smoke-tests branch November 2, 2023 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Not a bug or feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant