Skip to content

Commit 74dbb1b

Browse files
python312Packages.tornado_{4,5}: remove (#373365)
2 parents 196febc + f4ed82a commit 74dbb1b

File tree

5 files changed

+4
-93
lines changed

5 files changed

+4
-93
lines changed

pkgs/development/python-modules/lomond/default.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
freezegun,
1313
pytest-mock,
1414
pytestCheckHook,
15-
tornado_4,
1615
}:
1716

1817
buildPythonPackage rec {
@@ -38,7 +37,7 @@ buildPythonPackage rec {
3837
freezegun
3938
pytest-mock
4039
pytestCheckHook
41-
] ++ lib.optionals (pythonOlder "3.10") [ tornado_4 ];
40+
];
4241

4342
disabledTests =
4443
[
@@ -51,7 +50,7 @@ buildPythonPackage rec {
5150
"test_that_on_ping_responds_with_pong"
5251
];
5352

54-
disabledTestPaths = lib.optionals (pythonAtLeast "3.10") [
53+
disabledTestPaths = [
5554
# requires tornado_4, which is not compatible with python3.10
5655
"tests/test_integration.py"
5756
];

pkgs/development/python-modules/tornado/4.nix

Lines changed: 0 additions & 42 deletions
This file was deleted.

pkgs/development/python-modules/tornado/5.nix

Lines changed: 0 additions & 42 deletions
This file was deleted.

pkgs/top-level/python-aliases.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,8 @@ mapAliases ({
691691
thumborPexif = throw "thumborPexif has been removed, because it was unused."; # added 2024-01-07
692692
tissue = throw "tissue has been removed, because it is archived since October 2022"; # added 2024-07-27
693693
torchgpipe = throw "torchgpipe has been removed, because it appears unmaintained and Pytorch now includes pipeline parallelism support"; # added 2024-05-18
694+
tornado_4 = throw "tornado_4 has been removed, use tornado instead"; # added 2025-01-13
695+
tornado_5 = throw "tornado_5 has been removed, use tornado instead"; # added 2025-01-13
694696
torrent_parser = torrent-parser; # added 2023-11-04
695697
transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27
696698
py-tree-sitter = throw "Was merged with tree-sitter."; # added 2024-03-20

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16323,12 +16323,6 @@ self: super: with self; {
1632316323

1632416324
tornado = callPackage ../development/python-modules/tornado { };
1632516325

16326-
# Used by circus and grab-site, 2020-08-29
16327-
tornado_4 = callPackage ../development/python-modules/tornado/4.nix { };
16328-
16329-
# Used by streamlit, 2021-01-29
16330-
tornado_5 = callPackage ../development/python-modules/tornado/5.nix { };
16331-
1633216326
torchprofile = callPackage ../development/python-modules/torchprofile { };
1633316327

1633416328
torpy = callPackage ../development/python-modules/torpy { };

0 commit comments

Comments
 (0)