Skip to content

Commit 3ca089b

Browse files
committed
python312Packages.tornado_4: remove
tornado_4 has been removed, use tornado instead
1 parent b55dbc3 commit 3ca089b

File tree

4 files changed

+3
-48
lines changed

4 files changed

+3
-48
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/top-level/python-aliases.nix

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

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16327,9 +16327,6 @@ self: super: with self; {
1632716327

1632816328
tornado = callPackage ../development/python-modules/tornado { };
1632916329

16330-
# Used by circus and grab-site, 2020-08-29
16331-
tornado_4 = callPackage ../development/python-modules/tornado/4.nix { };
16332-
1633316330
# Used by streamlit, 2021-01-29
1633416331
tornado_5 = callPackage ../development/python-modules/tornado/5.nix { };
1633516332

0 commit comments

Comments
 (0)