Skip to content

Commit

Permalink
sagemathgh-38146: src/sage/categories/hecke_modules.py: Fix # needs
Browse files Browse the repository at this point in the history
<!-- ^ Please provide a concise and informative title. -->
<!-- ^ Don't put issue numbers in the title, do this in the PR
description below. -->
<!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method
to calculate 1 + 2". -->
<!-- v Describe your changes below in detail. -->
<!-- v Why is this change required? What problem does it solve? -->
<!-- v If this PR resolves an open issue, please link to it here. For
example, "Fixes sagemath#12345". -->

CI Fix to fix the doctest dataflow warning that shows in all PRs:
sagemath#38143 (review)

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->

- [x] The title is concise and informative.
- [ ] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation and checked the documentation
preview.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - sagemath#12345: short description why this is a dependency -->
<!-- - sagemath#34567: ... -->

URL: sagemath#38146
Reported by: Matthias Köppe
Reviewer(s): David Coudert
  • Loading branch information
Release Manager committed Jun 4, 2024
2 parents b17d735 + b49e5a7 commit 378ba50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tarball=configure-VERSION.tar.gz
sha1=022699b7eb21eccbc8f9d15fe354069f2cf125fc
sha256=1dc7bc34f697b658b026772bb2d3c10875c5fa3be96d2d58a4e1b794f4b6ac3d
sha1=38544fd9c970e824cdcc0bad29ecfe3d25eddeea
sha256=10755d40bd1f6a8846b5afe5b49483b7131ba531c65da914325f50bfd831218d
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
973a7e3600d01aede4d21d94d1ff58e7d1631af1
aad52428be28be7e3454d702b8b1d9cb2b5fd67e
2 changes: 1 addition & 1 deletion src/sage/categories/hecke_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def _Hom_(self, Y, category):
TESTS::
sage: H = M._Hom_(M, category=HeckeModules(GF(5))); H # needs sage.modular sage.rings.finite_rings
sage: H = M._Hom_(M, category=HeckeModules(GF(5))); H # needs sage.libs.pari sage.modular
Traceback (most recent call last):
...
TypeError: Category of Hecke modules over Finite Field of size 5
Expand Down

0 comments on commit 378ba50

Please sign in to comment.