Fix pytest-datadir import

migrations-branch-fix
Inex Code 2021-12-13 12:55:02 +03:00
parent 98fd5b55c9
commit e6fc817e4c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ let
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "0d92be8fb772a4699f96f21a1faec5dc11f3e260";
};
propagatedBuildInputs = [ flask flask-restful setuptools portalocker flask-swagger flask-swagger-ui pytz pytest pytest-mock pytest huey gevent ];
propagatedBuildInputs = [ flask flask-restful setuptools portalocker flask-swagger flask-swagger-ui pytz pytest pytest-mock pytest-datadir huey gevent ];
meta = {
description = ''
SelfPrivacy Server Management API