#4738 lock werkzeug 1.0.0 until we support it
Closed 4 years ago by jlanda. Opened 4 years ago by jlanda.
jlanda/pagure lock-werkzeug  into  master

file modified
+3
@@ -36,6 +36,9 @@ 

  # the latest version 1.5.0 is also known to work

  straight.plugin

  wtforms

+ # Werkzeug 1.0.0 has some backward incompatible issues. Lock werkzeug version until

+ # we fix them

+ Werkzeug < 1.0.0

  

  # Required only for the `oidc` authentication backend

  # flask-oidc

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

  [testenv]

  usedevelop = True

  deps =

+     Werkzeug < 1.0.0

      flask011: flask>=0.11,<0.12

      flask012: flask>=0.12,<0.13

      flask100: flask>=1.0,<1.1

This should fix the pip based CI environment

rebased onto af0fa06

4 years ago

I forgot that we are installing flask before requirementes on tox.ini =)

@pingou s real fix is passing tests on f29, so I close this.

Pull-Request has been closed by jlanda

4 years ago