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