Unverified Commit f076ecb4 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

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

parents 177fade1 077501d1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 = [