mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[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:
parent
fa54c0515c
commit
ce217effdc
@@ -1 +0,0 @@
|
||||
numpy==1.15
|
||||
Reference in New Issue
Block a user