pythonPackages.fastparquet: 0.6.3 -> 0.7.0
This commit is contained in:
committed by
Frederik Rietdijk
parent
4ba0e32b78
commit
861f36d871
@@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, cryptography
|
||||
, fetchFromGitHub
|
||||
@@ -32,6 +33,16 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
# https://github.com/jborean93/smbprotocol/issues/119
|
||||
"test_copymode_local_to_local_symlink_dont_follow"
|
||||
"test_copystat_local_to_local_symlink_dont_follow_fail"
|
||||
|
||||
# fail in sandbox due to networking
|
||||
"test_small_recv"
|
||||
"test_recv_"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "smbprotocol" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user