seaborn (visidata dep): fix build

This commit is contained in:
Colin 2023-08-09 21:08:32 +00:00
parent 3f9c0d1b60
commit 9168803008

View File

@ -63,6 +63,14 @@ in {
"pyarrow/tests/test_flight.py"
];
});
seaborn = py-prev.seaborn.overridePythonAttrs (upstream: {
# 2023/08/09
disabledTestPaths = (upstream.disabledTestPaths or []) ++ [
"tests/test_categorical.py"
"tests/test_core.py"
];
});
})
];