pythonPackages.cerberus: fix tests

This commit is contained in:
Jonathan Ringer 2019-10-17 15:06:58 -07:00 committed by Frederik Rietdijk
parent 3161b8b914
commit a5f7791bcf

View File

@ -11,6 +11,10 @@ buildPythonPackage rec {
checkInputs = [ pytestrunner pytest ]; checkInputs = [ pytestrunner pytest ];
checkPhase = ''
pytest -k 'not nested_oneofs'
'';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://python-cerberus.org/; homepage = http://python-cerberus.org/;
description = "Lightweight, extensible schema and data validation tool for Python dictionaries"; description = "Lightweight, extensible schema and data validation tool for Python dictionaries";