Package: sqlalchemy Version: 2.0.32+ds1-1 Severity: normal Tags: patch X-Debbugs-Cc: james.p...@ubuntu.com User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oracular ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/tests/unittest: Align skipped tests with package build. This resolved some unreliability in the autopkgtests in Ubuntu. Thanks for considering the patch. -- System Information: Debian Release: trixie/sid APT prefers oracular APT policy: (500, 'oracular'), (100, 'oracular-proposed') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.8.0-31-generic (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru sqlalchemy-2.0.32+ds1/debian/tests/unittests sqlalchemy-2.0.32+ds1/debian/tests/unittests --- sqlalchemy-2.0.32+ds1/debian/tests/unittests 2024-05-13 21:13:10.000000000 +0100 +++ sqlalchemy-2.0.32+ds1/debian/tests/unittests 2024-09-10 09:58:59.000000000 +0100 @@ -6,5 +6,5 @@ echo "===> Running tests" for i in ${PYTHON3S}; do echo "===> Testing with python$i" - python$i -m pytest --ignore=.pc + python$i -m pytest test --ignore=.pc -k 'not test_joined_across and not test_eager_join and not test_plugin_files' done