From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:repoman commit in: repoman/pym/repoman/tests/
Date: Sun, 15 May 2016 18:34:31 +0000 (UTC) [thread overview]
Message-ID: <1463336888.189df1313426c17db8ec6ed02e8286e26ed64fe5.dolsen@gentoo> (raw)
Message-ID: <20160515183431.Jcf8UvcROA22Av7ie97QUEzgnVw4pi5ishL8C3qslk4@z> (raw)
commit: 189df1313426c17db8ec6ed02e8286e26ed64fe5
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 04:15:38 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun May 15 18:28:08 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=189df131
repoman/tests/__init__.py: Import the repoman portage instance
repoman/pym/repoman/tests/__init__.py | 3 ++-
repoman/pym/repoman/tests/runTests.py | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/repoman/pym/repoman/tests/__init__.py b/repoman/pym/repoman/tests/__init__.py
index 7243e7a..af234d4 100644
--- a/repoman/pym/repoman/tests/__init__.py
+++ b/repoman/pym/repoman/tests/__init__.py
@@ -22,7 +22,8 @@ try:
except ImportError:
unittest_skip_shims = True
-import portage
+from repoman._portage import portage
+
from portage import os
from portage import _encodings
from portage import _unicode_decode
diff --git a/repoman/pym/repoman/tests/runTests.py b/repoman/pym/repoman/tests/runTests.py
index 882911c..83e3d35 100644
--- a/repoman/pym/repoman/tests/runTests.py
+++ b/repoman/pym/repoman/tests/runTests.py
@@ -36,7 +36,8 @@ sys.path.insert(0, repoman_pym)
portage_pym = osp.dirname(osp.dirname(repoman_pym))+'/pym'
sys.path.insert(0, portage_pym)
-import portage
+# import our centrally initialized portage instance
+from repoman._portage import portage
portage._internal_caller = True
# Ensure that we don't instantiate portage.settings, so that tests should
next reply other threads:[~2016-05-15 18:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-15 23:51 Brian Dolbec [this message]
2016-05-15 18:34 ` [gentoo-commits] proj/portage:repoman commit in: repoman/pym/repoman/tests/ Brian Dolbec
-- strict thread matches above, loose matches on Subject: below --
2018-03-30 4:23 [gentoo-commits] proj/portage:master " Zac Medico
2018-03-30 5:20 [gentoo-commits] proj/portage:repoman " Zac Medico
2018-03-30 4:23 ` [gentoo-commits] proj/portage:master " Zac Medico
2018-03-30 5:20 [gentoo-commits] proj/portage:repoman " Zac Medico
2018-03-30 4:23 ` [gentoo-commits] proj/portage:master " Zac Medico
2018-03-30 5:20 [gentoo-commits] proj/portage:repoman " Zac Medico
2018-03-30 4:23 ` [gentoo-commits] proj/portage:master " Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1463336888.189df1313426c17db8ec6ed02e8286e26ed64fe5.dolsen@gentoo \
--to=dolsen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox