Skip to content

Commit 65a392d

Browse files
committed
requirements: Cap pyrsistent on Python 2
I can't reproduce this locally, but it's breaking Travis. Signed-off-by: Stephen Finucane <[email protected]>
1 parent b170a82 commit 65a392d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ mysqlclient~=1.4.4 # pyup: >=1.4.4,<1.5.0
22
psycopg2-binary~=2.8.0 # pyup: >=2.8.0,<2.9.0
33
sqlparse~=0.3.0 # pyup: >=0.3.0,<0.4.0
44
python-dateutil~=2.8.0 # pyup: >=2.8.0,<2.9.0
5+
pyrsistent<0.16.0; python_version < '3.0' # pyup: ignore
56
openapi-core~=0.8.0 # pyup: >=0.8.0,<0.9.0

0 commit comments

Comments
 (0)