python310Packages.fake-useragent: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2023-12-01 08:55:32 +01:00
committed by GitHub
parent 9c794a140b
commit 494273bfeb
@@ -41,6 +41,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"fake_useragent"
];
meta = with lib; {
description = "Up to date simple useragent faker with real world database";
homepage = "https://github.com/hellysmile/fake-useragent";