pythonPackages.pathlib2: fix build by removing obsolete test removal
This commit is contained in:
@@ -22,7 +22,6 @@ if !(pythonOlder "3.4") then null else buildPythonPackage rec {
|
|||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
sed -i test_pathlib2.py -e "s@hasattr(pwd, 'getpwall')@False@"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Reference in New Issue
Block a user