From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name). Date: Mon, 8 Feb 2016 21:06:27 +0100 Message-ID: <20160208200627.GA6422@debian> References: <56b8c867.Mt4UAAdU6v84queb%pjotr.public12@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSs4y-0007hG-7g for guix-devel@gnu.org; Mon, 08 Feb 2016 15:06:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSs4u-0006UF-Qn for guix-devel@gnu.org; Mon, 08 Feb 2016 15:06:36 -0500 Received: from mailrelay7.public.one.com ([91.198.169.215]:46236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSs4u-0006UA-F8 for guix-devel@gnu.org; Mon, 08 Feb 2016 15:06:32 -0500 Content-Disposition: inline In-Reply-To: <56b8c867.Mt4UAAdU6v84queb%pjotr.public12@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Pjotr Prins Cc: guix-devel@gnu.org Hello, I applied the patch and got a test failure: sqlalchemy.exc.NoSuchColumnError: "Could not locate column in row for column 'users.user_id'" =========================== short test summary info ============================ FAIL test/sql/test_resultset.py::ResultProxyTest_sqlite_pysqlite::()::test_column_accessor_sqlite_raw FAIL test/sql/test_resultset.py::ResultProxyTest_sqlite_pysqlite::()::test_column_accessor_sqlite_translated ============= 2 failed, 6531 passed, 785 skipped in 194.43 seconds ============= phase `check' failed after 200.1 seconds The same for the Python 2 version. Andreas