Update travis-pip and tox deps conflict for pip20.2

This commit is contained in:
dswij 2020-10-01 14:58:14 +07:00
parent 9186e5a686
commit f4629fe2cc
2 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,7 @@ install:
virtualenv --python="$PYPY_VERSION/bin/pypy3" "$HOME/virtualenvs/$PYPY_VERSION"
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
fi
- python -m pip install --upgrade pip #force travis to use newest version of pip
- pip install -U tox twine wheel codecov
script: tox

View File

@ -64,7 +64,8 @@ commands =
[pinned]
deps =
-ctests/constraints.txt
cryptography==2.0
#using cryptography-2.1.4 for test jobs to solve dependencies conflict on pip20.2>=
cryptography==2.1.4
cssselect==0.9.1
itemadapter==0.1.0
parsel==1.5.0