diff options
Diffstat (limited to 'pkgs/development/python-modules/cloudevents/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/cloudevents/default.nix | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/cloudevents/default.nix b/pkgs/development/python-modules/cloudevents/default.nix index d54b20975ca3..04184c4a177a 100644 --- a/pkgs/development/python-modules/cloudevents/default.nix +++ b/pkgs/development/python-modules/cloudevents/default.nix @@ -1,15 +1,16 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, setuptools -, wheel -, deprecation -, flask -, pydantic -, pytestCheckHook -, requests -, sanic -, sanic-testing +{ + lib, + buildPythonPackage, + fetchFromGitHub, + setuptools, + wheel, + deprecation, + flask, + pydantic, + pytestCheckHook, + requests, + sanic, + sanic-testing, }: buildPythonPackage rec { @@ -41,9 +42,7 @@ buildPythonPackage rec { sanic-testing ]; - disabledTestPaths = [ - "samples/http-image-cloudevents/image_sample_test.py" - ]; + disabledTestPaths = [ "samples/http-image-cloudevents/image_sample_test.py" ]; meta = with lib; { description = "Python SDK for CloudEvents"; |
