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
Running the test suite using python 3.13 led to these problems: https://build.alucryd.xyz/#/builders/229/builds/15/steps/5/logs/stdio
FAILED test/plugins/test_autobpm.py::TestAutoBPMPlugin::test_command - Assert... FAILED test/plugins/test_autobpm.py::TestAutoBPMPlugin::test_import - Asserti... FAILED test/plugins/test_bucket.py::BucketPluginTest::test_year_single_year_last_folder ERROR test/plugins/test_aura.py::TestAuraResponse::test_tracks ERROR test/plugins/test_aura.py::TestAuraResponse::test_artists ERROR test/plugins/test_aura.py::TestAuraResponse::test_albums
The autobpm test relies on the aifc module that was removed in Python 3.13, not sure if the other errors are from 3.13 or not.
aifc
The text was updated successfully, but these errors were encountered:
Same failure on NixOS.
FAILED test/plugins/test_bucket.py::BucketPluginTest::test_year_single_year_last_folder - AssertionError: assert '1970' == '2025'
Sorry, something went wrong.
The bucket issue was already fixed in #5566.
No branches or pull requests
Problem
Running the test suite using python 3.13 led to these problems: https://build.alucryd.xyz/#/builders/229/builds/15/steps/5/logs/stdio
The autobpm test relies on the
aifc
module that was removed in Python 3.13, not sure if the other errors are from 3.13 or not.Setup
The text was updated successfully, but these errors were encountered: