]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Cap pyrsistent on Python 2
authorStephen Finucane <stephen@that.guru>
Mon, 22 Feb 2021 09:23:34 +0000 (09:23 +0000)
committerStephen Finucane <stephen@that.guru>
Mon, 22 Feb 2021 09:23:34 +0000 (09:23 +0000)
I can't reproduce this locally, but it's breaking Travis.

Signed-off-by: Stephen Finucane <stephen@that.guru>
requirements-test.txt

index bddc37d3b736208560b1643c29881e03e8e14aa9..ed2e5aa689fb486978f822cd5c3455b7f3962540 100644 (file)
@@ -2,4 +2,5 @@ mysqlclient~=1.4.4  # pyup: >=1.4.4,<1.5.0
 psycopg2-binary~=2.8.0  # pyup: >=2.8.0,<2.9.0
 sqlparse~=0.3.0  # pyup: >=0.3.0,<0.4.0
 python-dateutil~=2.8.0  # pyup: >=2.8.0,<2.9.0
+pyrsistent<0.16.0; python_version < '3.0'  # pyup: ignore
 openapi-core~=0.8.0  # pyup: >=0.8.0,<0.9.0