Retain environment setting of "HOME" for tests that need os.path.expanduser() to return a readable directory in the build chroot. --- thefuck-3.25/tests/conftest.py +++ thefuck-3.25/tests/conftest.py @@ -64,6 +64,7 @@ def set_shell(monkeypatch): @pytest.fixture(autouse=True) def os_environ(monkeypatch): - env = {'PATH': os.environ['PATH']} + env = {'PATH': os.environ['PATH'], + 'HOME': os.environ['HOME']} monkeypatch.setattr('os.environ', env) return env atic/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/vpn.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-11-19 13:19:14 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-11-19 13:19:14 +0100
commita93447b89a5b132221072e729d13a3f17391b8c2 (patch)
tree0b2bb9cf4cd1e1744799d47a3627232182e0657c /gnu/packages/vpn.scm
parent0632c6a84d61c85e9e75a84b345853f52252f234 (diff)
downloadguix-a93447b89a5b132221072e729d13a3f17391b8c2.tar.gz
guix-a93447b89a5b132221072e729d13a3f17391b8c2.zip
gnu: nss, nss-certs: Update to 3.34.
* gnu/packages/certs.scm (nss-certs): Update to 3.34. * gnu/packages/gnuzilla.scm (nss): Update to 3.34.
Diffstat (limited to 'gnu/packages/vpn.scm')
0 files changed, 0 insertions, 0 deletions