[REM] test-requirements.txt: Installing numpy pinned different to required from requirements.txt

The file `test-requirements.txt` was installing `numpy==1.15`
but `requirements.txt` has defined `numpy>=1.15`

IMHO doesn't have sense to pin a particular version for testing
but define another one for another environment

It could raises false positives or false negatives
This commit is contained in:
Moises Lopez - https://www.vauxoo.com/
2023-07-18 15:13:03 -06:00
parent fa54c0515c
commit ce217effdc

View File

@@ -1 +0,0 @@
numpy==1.15