Skip to content

Commit

Permalink
python3Packages.tornado: add some key reverse dependencies to passthr…
Browse files Browse the repository at this point in the history
…u.tests
  • Loading branch information
risicle committed Aug 13, 2023
1 parent 134aacd commit 61a8a77
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pkgs/development/python-modules/tornado/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook

# for passthru.tests
, distributed
, jupyter-server
, jupyterlab
, matplotlib
, mitmproxy
, pytest-tornado
, pytest-tornasync
, pyzmq
, sockjs-tornado
, urllib3
}:

buildPythonPackage rec {
Expand Down Expand Up @@ -38,6 +50,20 @@ buildPythonPackage rec {

__darwinAllowLocalNetworking = true;

passthru.tests = {
inherit
distributed
jupyter-server
jupyterlab
matplotlib
mitmproxy
pytest-tornado
pytest-tornasync
pyzmq
sockjs-tornado
urllib3;
};

meta = with lib; {
description = "A web framework and asynchronous networking library";
homepage = "https://www.tornadoweb.org/";
Expand Down

0 comments on commit 61a8a77

Please sign in to comment.