Age | Commit message (Expand) | Author |
---|---|---|
2018-12-12 | gnu: nettle: Update to 3.4.1.... | Marius Bakke |
2018-07-30 | gnu: nettle: Move static libraries to separate output.... | Marius Bakke |
2017-11-19 | gnu: nettle: Update to 3.4.... | Efraim Flashner |
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
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2018-12-12 | gnu: nettle: Update to 3.4.1.... | Marius Bakke |
2018-07-30 | gnu: nettle: Move static libraries to separate output.... | Marius Bakke |
2017-11-19 | gnu: nettle: Update to 3.4.... | Efraim Flashner |