mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 12:11:27 +00:00
Fix pytest-datadir import
This commit is contained in:
parent
98fd5b55c9
commit
e6fc817e4c
|
@ -12,7 +12,7 @@ let
|
||||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||||
rev = "0d92be8fb772a4699f96f21a1faec5dc11f3e260";
|
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 = {
|
meta = {
|
||||||
description = ''
|
description = ''
|
||||||
SelfPrivacy Server Management API
|
SelfPrivacy Server Management API
|
||||||
|
|
Loading…
Reference in a new issue