-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix warnings in CI build pipeline #280
Comments
@sbrugman can i work on this? |
Yes, more than welcome! |
can you please assign to me? Also, can we mark it for hacktoberfest 2024? |
can you please add me as assignee @sbrugman |
thanks @sbrugman |
hi @sbrugman could you plz let em know how I can replicate the above warnings on my local system. can you please suggest the steps to setup the repo on my mac os. is there any documentation available? |
Could you retry with "numpy < 2"? See https://github.com/ing-bank/popmon/blob/master/pyproject.toml#L23 |
hi @sbrugman, i still see 4 of my test cases failing on my local. can you help. Below is the test summary. following are the dependencies: Package Version annotated-types 0.7.0 |
Fix warnings in CI build pipeline:
np.inexact
ornp.floating
to a dtype is deprecated. (histogrammar)We can configure pytest to fail on warnings in
pyproject.toml
:This continues on #262
The text was updated successfully, but these errors were encountered: