python3Packages.rubymarshal: disable tests

This commit is contained in:
Jonathan Ringer 2020-11-05 20:22:55 -08:00
parent 8ba1cd2e10
commit aef2a4e684

View file

@ -12,6 +12,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [ hypothesis ];
# pypi doesn't distribute tests
doCheck = false;
pythonImportsCheck = [ "rubymarshal" ];
meta = with stdenv.lib; {
homepage = "https://github.com/d9pouces/RubyMarshal/";
description = "Read and write Ruby-marshalled data";