Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#21538 closed Bug (fixed)

Add numpy to test/requirements/base.txt

Reported by: Tim Graham Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

It's used in a couple places:

  • tests/template_tests/tests.py
  • django/contrib/gis/geos/base.py

This documentation should also be updated to note the requirement.

Change History (5)

comment:1 by alasdair, 10 years ago

Has patch: set

comment:2 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In c75dd664cf70a159257337c3eda978de2bec9e7a:

Fixed #21538 -- Added numpy to test/requirements/base.txt

Thanks Tim Graham for the report

comment:3 by Tim Graham <timograham@…>, 10 years ago

In 87433c30c766b3cf7f432dbd97bd5413db5daa07:

[1.6.x] Fixed #21538 -- Added numpy to test/requirements/base.txt

Thanks Tim Graham for the report

Backport of c75dd664cf from master

comment:4 by Tim Graham <timograham@…>, 10 years ago

In 86c5115cad6bb980d503eca502bac513f03645ca:

[1.5.x] Fixed #21538 -- Added numpy to test/requirements/base.txt

Thanks Tim Graham for the report

Backport of c75dd664c from master

comment:5 by Tim Graham <timograham@…>, 10 years ago

In 23126866ecf3b6375a7c59d5623801fc9b4aee2b:

[1.4.x] Fixed #21538 -- Added numpy to test/requirements/base.txt

Thanks Tim Graham for the report

Backport of c75dd664c from master

Note: See TracTickets for help on using tickets.
Back to Top