python3Packages.duckdb: fix staging -> master merging (#469529)

This commit is contained in:
Michael Daniels
2025-12-27 17:37:25 +00:00
committed by GitHub
@@ -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 = [