pythonPackages.datashape: disable several tests

This commit is contained in:
Frederik Rietdijk 2019-08-18 10:51:24 +02:00
parent 25ad6d0f0f
commit 9f6df9d960

View File

@ -38,6 +38,9 @@ in buildPythonPackage rec {
--ignore datashape/tests/test_user.py
'';
# https://github.com/blaze/datashape/issues/238
PYTEST_ADDOPTS = "-k 'not test_record and not test_tuple'";
meta = {
homepage = https://github.com/ContinuumIO/datashape;
description = "A data description language";