woob: add tests.version
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
, requests
|
||||
, simplejson
|
||||
, termcolor
|
||||
, testers
|
||||
, unidecode
|
||||
, woob
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -86,6 +88,11 @@ buildPythonPackage rec {
|
||||
"woob"
|
||||
];
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = woob;
|
||||
version = "v${version}";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Collection of applications and APIs to interact with websites";
|
||||
homepage = "https://woob.tech";
|
||||
|
||||
Reference in New Issue
Block a user