Loading pkgs/development/python-modules/atopile/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -214,10 +214,13 @@ buildPythonPackage (finalAttrs: { "test_muster_specific_targets_with_dependencies" ]; # in order to use pytest marker, we need to use ppytestFlagsArray # using pytestFlags causes `ERROR: file or directory not found: slow` pytestFlagsArray = [ "-m='not slow and not not_in_ci and not regression'" disabledTestMarks = [ "slow" "not_in_ci" "regression" ]; pytestFlags = [ "--timeout=10" # any test taking long, timouts with more than 60s "--benchmark-disable" "--tb=line" Loading pkgs/development/python-modules/dbt-snowflake/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -36,9 +36,9 @@ buildPythonPackage rec { enabledTestPaths = [ "tests/unit" ]; pytestFlagsArray = [ pytestFlags = [ # pyproject.toml specifies -n auto which only pytest-xdist understands "--override-ini addopts=''" "--override-ini=addopts=" ]; pythonImportsCheck = [ "dbt.adapters.snowflake" ]; Loading pkgs/development/python-modules/hydra-joblib-launcher/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ buildPythonPackage (finalAttrs: { ]; # tries to write to source directory otherwise: pytestFlagsArray = [ "-p no:cacheprovider" ]; pytestFlags = [ "-pno:cacheprovider" ]; meta = { inherit (hydra-core.meta) changelog license; Loading pkgs/development/python-modules/langchain-experimental/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "tests/unit_tests" ]; enabledTestPaths = [ "tests/unit_tests" ]; pythonImportsCheck = [ "langchain_experimental" ]; Loading pkgs/development/python-modules/mpl-typst/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ buildPythonPackage rec { numpy ]; pytestFlagsArray = [ "-v" ]; pytestFlags = [ "-v" ]; pythonImportsCheck = [ "mpl_typst" Loading Loading
pkgs/development/python-modules/atopile/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -214,10 +214,13 @@ buildPythonPackage (finalAttrs: { "test_muster_specific_targets_with_dependencies" ]; # in order to use pytest marker, we need to use ppytestFlagsArray # using pytestFlags causes `ERROR: file or directory not found: slow` pytestFlagsArray = [ "-m='not slow and not not_in_ci and not regression'" disabledTestMarks = [ "slow" "not_in_ci" "regression" ]; pytestFlags = [ "--timeout=10" # any test taking long, timouts with more than 60s "--benchmark-disable" "--tb=line" Loading
pkgs/development/python-modules/dbt-snowflake/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -36,9 +36,9 @@ buildPythonPackage rec { enabledTestPaths = [ "tests/unit" ]; pytestFlagsArray = [ pytestFlags = [ # pyproject.toml specifies -n auto which only pytest-xdist understands "--override-ini addopts=''" "--override-ini=addopts=" ]; pythonImportsCheck = [ "dbt.adapters.snowflake" ]; Loading
pkgs/development/python-modules/hydra-joblib-launcher/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ buildPythonPackage (finalAttrs: { ]; # tries to write to source directory otherwise: pytestFlagsArray = [ "-p no:cacheprovider" ]; pytestFlags = [ "-pno:cacheprovider" ]; meta = { inherit (hydra-core.meta) changelog license; Loading
pkgs/development/python-modules/langchain-experimental/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "tests/unit_tests" ]; enabledTestPaths = [ "tests/unit_tests" ]; pythonImportsCheck = [ "langchain_experimental" ]; Loading
pkgs/development/python-modules/mpl-typst/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ buildPythonPackage rec { numpy ]; pytestFlagsArray = [ "-v" ]; pytestFlags = [ "-v" ]; pythonImportsCheck = [ "mpl_typst" Loading