Skip to content

TST: Add an unfailable CI run against pandas main #218

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

Closed
bashtage opened this issue Aug 23, 2022 · 3 comments · Fixed by #238
Closed

TST: Add an unfailable CI run against pandas main #218

bashtage opened this issue Aug 23, 2022 · 3 comments · Fixed by #238
Labels
CI Continuous Integration Testing pandas testing functions or related to the test suite

Comments

@bashtage
Copy link
Contributor

It would probably be a good idea to add a CI run against pandas main. Ideally, this would use nightly wheels to save on time. Not sure how easy this is with poetry and the current CI setup.

@bashtage
Copy link
Contributor Author

The CI run would be info only, but would make it easier to see any upcoming changes. It would be green for pass, and yellow for fail, but never red.

@Dr-Irv
Copy link
Collaborator

Dr-Irv commented Aug 23, 2022

Agree this is a good idea. PR welcome!

@Dr-Irv Dr-Irv added CI Continuous Integration Testing pandas testing functions or related to the test suite labels Aug 23, 2022
@twoertwein
Copy link
Member

Not sure how easy this is with poetry and the current CI setup.

Could simply give poe pytest a --nightly option, similar to stubtest #184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants