#4612 block arrow 0.15.0 from requirements.txt
Merged 4 years ago by pingou. Opened 4 years ago by jlanda.
jlanda/pagure fix-arrow  into  master

file modified
+1 -1
@@ -1,7 +1,7 @@ 

  # Used for when working from a virtualenv.

  # Use this file by running "$ pip install -r requirements.txt"

  alembic

- arrow

+ arrow < 0.15.0

  bcrypt

  binaryornot

  bleach

Arrow 0.15.0 introduces incompatible changes: #4611

This PR blocks it from requirements.txt

It should fix our failing ci pipeline

Temporary solution but will allow us to get going for now :)

Pull-Request has been merged by pingou

4 years ago