python311Packages.mechanize: add pythonImportsCheck
This commit is contained in:
@@ -23,6 +23,10 @@ buildPythonPackage rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"mechanize"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Stateful programmatic web browsing in Python";
|
||||
homepage = "https://github.com/python-mechanize/mechanize";
|
||||
|
||||
Reference in New Issue
Block a user