mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
flask-restplus: enable tests
This commit is contained in:
parent
fa7e942f98
commit
e38c47ddd4
@ -11634,9 +11634,7 @@ in {
|
||||
sha256 = "3bb76cc156b9a09da62396d82b29fa31e4f27cccf79528538fe7155cf2785593";
|
||||
};
|
||||
|
||||
# Requires additional packages.
|
||||
doCheck = false;
|
||||
buildInputs = with self; [ nose blinker tzlocal ];
|
||||
buildInputs = with self; [ nose blinker tzlocal mock rednose ];
|
||||
propagatedBuildInputs = with self; [ flask six jsonschema pytz aniso8601 flask-restful ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user