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

caldav carddav test pipelines require python v2 #39249

Open
phil-davis opened this issue Sep 16, 2021 · 0 comments
Open

caldav carddav test pipelines require python v2 #39249

phil-davis opened this issue Sep 16, 2021 · 0 comments
Labels

Comments

@phil-davis
Copy link
Contributor

phil-davis commented Sep 16, 2021

The test pipelines for caldav and carddav require python v2. That is because the upstream repo still does not support python v3.

This upstream PR attempts to support python v3: apple/ccs-caldavtester#40

The scripts that run these tests are in https://github.com/owncloud/core/tree/master/apps/dav/tests/ci

See the dav() function in https://github.com/owncloud/core/blob/master/.drone.star for details of how it runs in CI.

We had to explicitly install python v2 in the owncloudci/php docker image because of this. See owncloud-ci/php#139

Sort out how we can get these tests running with python v3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant