Skip to content

Fix pytest error with pandas 1.5.0 #548

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

Merged
merged 1 commit into from
Sep 24, 2022

Conversation

xmatthias
Copy link
Contributor

@xmatthias xmatthias commented Sep 24, 2022

Pandas 1.5.0 is now raising an exception when the columns argument is a set. As such, the test should be adjusted to also work with the latest pandas version.

DataFrame constructor raises if index or columns arguments are sets (GH47215)

source: pandas releaselog

side note: Ci would currently be failing without this fix - since 1.5.0 is out (which happened on sept 19th).

@mrjbq7 mrjbq7 merged commit e652262 into TA-Lib:master Sep 24, 2022
@mrjbq7
Copy link
Member

mrjbq7 commented Sep 24, 2022

Thanks!!

@xmatthias xmatthias deleted the fix/pandasTesterror branch September 24, 2022 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants