Closed dvzrv closed 2 years ago
xapian-haystack's tests run against django-haystack's master branch, not a particular released version. Since django-haystack v3.1.1 was released, this was committed: https://github.com/django-haystack/django-haystack/commit/2782c063d75e02eef5e82be95b18fe5196139f36 While switching to run the test suite using GitHub Actions, I adjusted our tests to match so they would also pass.
You may want to locally revert that one line change in tests/xapian_tests/tests/test_backend.py
for your package for now.
@asedeno, can we now close this issue or is anything else expected?
@claudep I don't know that anything else is expected. I can't close issues myself though.
@notanumber, @jorgecarleitao, would it be possible to grant some more permissions to @asedeno, please?
@claudep do you have access to settings and collaborators? It looks like you're setup as a collaborator on this so I think you can add others. If not, I can add @asedeno as a collaborator as well if that works.
No, I don't have access to settings at all.
No worries. I've sent them an invite to become a collaborator
Awesome, thanks a lot!
It's all good. I'm just happy to see someone take up the reigns on the project. Don't want to see it whither away and die!
On Fri, Feb 25, 2022, at 9:06 AM, Claude Paroz wrote:
Awesome, thanks a lot!
— Reply to this email directly, view it on GitHub https://github.com/notanumber/xapian-haystack/issues/215#issuecomment-1051031857, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAAKWT56B62XO5J7FB3GQ3U46ZIJANCNFSM5IXZACXA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>
Hi! When trying to package 3.0.1 for Arch Linux I ran into issues with
test_highlight
which seems to generate one newline character too many:This is using xapian-haystack 3.0.1 and django-haystack 3.1.1.