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

[QOLDEV-1005] update for CKAN 2.11 #17

Merged
merged 3 commits into from
Nov 13, 2024
Merged

Conversation

ThrawnCA
Copy link

  • update test container to support CKAN 2.11
  • update to Selenium 4
  • drop Python 2 support
  • add Docker Compose 2 support
  • replace Nosetests with pytest
  • sync test config with other repos

- update test container to support CKAN 2.11
- update to Selenium 4
- drop Python 2 support
- add Docker Compose 2 support
- replace Nosetests with pytest
- sync test config with other repos
@ThrawnCA ThrawnCA requested a review from a team November 12, 2024 05:38
.ahoy.yml Outdated
ahoy cli 'chmod -v u+x /usr/bin/ckan_cli; cp -v .docker/test.ini $CKAN_INI'
docker cp . $(sh bin/docker-compose.sh ps -q ckan):/srv/app/
docker cp bin/ckan_cli $(sh bin/docker-compose.sh ps -q ckan):/usr/bin/
ahoy cli 'chmod -v u+x /usr/bin/ckan_cli $APP_DIR/bin/*; cp -v .docker/test.ini $CKAN_INI'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this variable be in quotes or is app dir guaranteed to not have spaces?

Copy link
Author

@ThrawnCA ThrawnCA Nov 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's supplied by the parent container. Their suggested usage doesn't mention quoting it, and every other repo hasn't had issues. I guess it wouldn't hurt though.

@ThrawnCA ThrawnCA force-pushed the QOLDEV-1005-ckan-2.11 branch from ed20570 to cd46299 Compare November 13, 2024 07:31
@ThrawnCA ThrawnCA force-pushed the QOLDEV-1005-ckan-2.11 branch from cd46299 to 86f0d1e Compare November 13, 2024 11:19
@ThrawnCA ThrawnCA merged commit 42538c5 into develop Nov 13, 2024
6 checks passed
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.

3 participants