python.pkgs.user-agents: disable tests

The ua-parser bump 0.8.0 seems to have changed some behaviour. The
user-agents is still working in principle, though.
This commit is contained in:
Franz Pletz 2018-06-24 16:49:12 +02:00
parent a85a0b100e
commit 8469c97615
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -14,6 +14,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ ua-parser ];
doCheck = false; # some tests fail due to ua-parser bump to 0.8.0
meta = with stdenv.lib; {
description = "A Python library to identify devices by parsing user agent strings";
homepage = https://github.com/selwin/python-user-agents;