Loading pkgs/development/python-modules/duckdb/default.nix +1 −3 Original line number Diff line number Diff line Loading @@ -108,10 +108,8 @@ buildPythonPackage rec { ] ++ optional-dependencies.all; pytestFlags = [ "--verbose" ]; # test flags from .github/workflows/Python.yml pytestFlagsArray = [ "--verbose" ]; pytestFlags = [ "--verbose" ]; enabledTestPaths = if stdenv.hostPlatform.isDarwin then [ "tests/fast" ] else [ "tests" ]; disabledTestPaths = [ Loading Loading
pkgs/development/python-modules/duckdb/default.nix +1 −3 Original line number Diff line number Diff line Loading @@ -108,10 +108,8 @@ buildPythonPackage rec { ] ++ optional-dependencies.all; pytestFlags = [ "--verbose" ]; # test flags from .github/workflows/Python.yml pytestFlagsArray = [ "--verbose" ]; pytestFlags = [ "--verbose" ]; enabledTestPaths = if stdenv.hostPlatform.isDarwin then [ "tests/fast" ] else [ "tests" ]; disabledTestPaths = [ Loading