python310Packages.dvc-render: fix build on darwin
This commit is contained in:
parent
b2c8125be6
commit
a778199006
@ -1,4 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
|
, stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, funcy
|
, funcy
|
||||||
@ -50,6 +51,10 @@ buildPythonPackage rec {
|
|||||||
++ passthru.optional-dependencies.table
|
++ passthru.optional-dependencies.table
|
||||||
++ passthru.optional-dependencies.markdown;
|
++ passthru.optional-dependencies.markdown;
|
||||||
|
|
||||||
|
disabledTestPaths = lib.optionals stdenv.isDarwin [
|
||||||
|
"tests/test_vega.py"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"dvc_render"
|
"dvc_render"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user