Loading pkgs/development/python-modules/ploomber-core/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ pyyaml, posthog, pytestCheckHook, pythonAtLeast, typing-extensions, }: Loading Loading @@ -36,6 +37,11 @@ buildPythonPackage rec { "exceptions" # requires stderr capture ]; disabledTestPaths = lib.optionals (pythonAtLeast "3.14") [ # Depends on pre-3.14 attribute access "tests/test_config.py" ]; pythonImportsCheck = [ "ploomber_core" ]; meta = { Loading Loading
pkgs/development/python-modules/ploomber-core/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ pyyaml, posthog, pytestCheckHook, pythonAtLeast, typing-extensions, }: Loading Loading @@ -36,6 +37,11 @@ buildPythonPackage rec { "exceptions" # requires stderr capture ]; disabledTestPaths = lib.optionals (pythonAtLeast "3.14") [ # Depends on pre-3.14 attribute access "tests/test_config.py" ]; pythonImportsCheck = [ "ploomber_core" ]; meta = { Loading