about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-05-21 08:52:28 +0900
committerGitHub <noreply@github.com>2024-05-21 08:52:28 +0900
commite8047785eb2dc744c8f14c09b3182e616a23e307 (patch)
treef512ee70edb4d04066aa55b8b717c28e76195e93 /pkgs/top-level/python-aliases.nix
parent7c02dafbae10a439699ee7f3a7766030d35bd3da (diff)
parenta9fd32bcf360dbf86f918e4bf17147dd88cce851 (diff)
Merge pull request #313169 from patka-123/doctest-ignore-unicode-drop
python310Packages.doctest-ignore-unicode: drop
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index c5fbe6751b0f8..0ecfbff848ca9 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -138,6 +138,7 @@ mapAliases ({
   django_treebeard = django-treebeard; # added 2023-07-25
   dns = dnspython; # added 2017-12-10
   docker_pycreds = docker-pycreds; # added 2024-01-03
+  doctest-ignore-unicode = throw "doctest-ignore-unicode has been removed since it has been unmaintained for 11 years"; # added 2024-05-20
   dogpile_cache = dogpile-cache; # added 2021-10-28
   dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead"; # added 2021-11-20
   eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03