From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7D7191395F0 for ; Wed, 5 Aug 2015 21:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2E2A1413D; Wed, 5 Aug 2015 21:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BC2D1413E for ; Wed, 5 Aug 2015 21:32:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 733603409A4 for ; Wed, 5 Aug 2015 21:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D75D3118 for ; Wed, 5 Aug 2015 21:32:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1438809399.ca727599c9b36aae1aebbe3a6a8d88fb40663662.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoopm:master commit in: / X-VCS-Repository: proj/gentoopm X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ca727599c9b36aae1aebbe3a6a8d88fb40663662 X-VCS-Branch: master Date: Wed, 5 Aug 2015 21:32:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: adcd5148-6a43-4359-8a92-5885ce4df35b X-Archives-Hash: 8d926ae9da3a1f4b4f328f329b296654 commit: ca727599c9b36aae1aebbe3a6a8d88fb40663662 Author: Michał Górny gentoo org> AuthorDate: Wed Aug 5 21:16:39 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 5 21:16:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoopm.git/commit/?id=ca727599 setup.py test: Run 'build' before tests setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 61b6ff9..8f987a4 100755 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ class TestCommand(Command): ('build_lib', 'build_lib')) def run(self): + self.run_command('build_py') sys.path.insert(0, self.build_lib) try: