chaoss / grimoirelab-elk

GNU General Public License v3.0
59 stars 120 forks source link

Numpy outdated in test scripts #1127

Closed fioddor closed 11 months ago

fioddor commented 11 months ago

Tests don't run for release 0.109.0 due to an outdated version of numpy:

Affected release

$ git log
commit 0b9ed4a95152af3f67a5c6a0f6ad7f7cd8896413 (HEAD -> master, tag: 0.109.0, origin/master, origin/HEAD)
Author: Santiago Dueñas <sduenas@bitergia.com>
Date:   Fri Oct 20 11:36:23 2023 +0000

    Release 0.109.0

Error message

$ python3 -m coverage run test_git.py --source=grimoire_elk
Traceback (most recent call last):
  File "__init__.pxd", line 942, in numpy.import_array
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf

Trying with test_elastic_items.pyy the same error message is displayed along a traceback for each test (or oat least a number of them).

fioddor commented 11 months ago

I think my local poetry installation is outdated.