summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-05-27 22:45:41 +0200
committerMichael Raskin <7c6f434c@mail.ru>2018-05-27 22:45:41 +0200
commitf0d6411c22d91723fef3f935adf35c7884a4dc76 (patch)
tree9068ec05995e5b90ffea3251f962a1398cccbbda
parent4922268077d9485a69fa836fe170e3497b5455fa (diff)
pythonPackages.pathlib2: fix build by removing obsolete test removal
-rw-r--r--pkgs/development/python-modules/pathlib2/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pathlib2/default.nix b/pkgs/development/python-modules/pathlib2/default.nix
index 7ba0966de025..412186e6075b 100644
--- a/pkgs/development/python-modules/pathlib2/default.nix
+++ b/pkgs/development/python-modules/pathlib2/default.nix
@@ -22,7 +22,6 @@ if !(pythonOlder "3.4") then null else buildPythonPackage rec {
preCheck = ''
export LC_ALL="en_US.UTF-8"
- sed -i test_pathlib2.py -e "s@hasattr(pwd, 'getpwall')@False@"
'';
meta = {