We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's how it looks in the docs and README:
Follow the link: https://travis-ci.org/github/SunPower/PVMismatch, and you see it's the Python-2.7 build that fails. Has PVM officially dropped Py2?
And anyway, there's this alert from TravisCI.org:
So that means that builds and testing need to be migrated to Azure pipelines. We can use what pvlib has done to figure it out
The text was updated successfully, but these errors were encountered:
@mikofski I took a look and couldn't find any obvious reasons why Py27 should fail. If Azure pipelines is easy to migrate to, I also support the idea. What do you think about Github actions? A cursory search landed me here - https://docs.github.com/en/free-pro-team@latest/actions/guides/about-continuous-integration
Sorry, something went wrong.
Looks like the dulwich dependency is the culprit. Per https://www.dulwich.io/docs/#supported-versions-of-python, they dropped support for python 2.7 starting in 0.20. The failed build installs 0.20.2 while the last passing build installed 0.19.16. So I guess a small update to requirements.txt would get the builds passing again.
dulwich
0.20
0.20.2
0.19.16
requirements.txt
No branches or pull requests
Here's how it looks in the docs and README:
Follow the link: https://travis-ci.org/github/SunPower/PVMismatch, and you see it's the Python-2.7 build that fails. Has PVM officially dropped Py2?
And anyway, there's this alert from TravisCI.org:
So that means that builds and testing need to be migrated to Azure pipelines. We can use what pvlib has done to figure it out
The text was updated successfully, but these errors were encountered: