mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
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:
parent
a85a0b100e
commit
8469c97615
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user