Skip to content

Commit

Permalink
Explicitly declare PyDispatcher as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij committed Oct 6, 2020
1 parent 95b2e94 commit 371bb80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ install:
tar -jxf ${PYPY_VERSION}.tar.bz2
virtualenv --python="$PYPY_VERSION/bin/pypy3" "$HOME/virtualenvs/$PYPY_VERSION"
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
$HOME/virtualenvs/$PYPY_VERSION/bin/pypy -m ensurepip --default-pip
fi
- pip install -U tox twine wheel codecov

Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ deps =
pyOpenSSL==18.0.0
queuelib==1.4.2
service_identity==16.0.0
Twisted==17.9.0
Twisted==20.3.0
w3lib==1.17.0
zope.interface==4.1.3
-rtests/requirements-py3.txt
Expand Down Expand Up @@ -115,6 +115,9 @@ deps = {[testenv:pinned]deps}

[testenv:pypy3]
basepython = pypy3
deps =
{[testenv]deps}
PyDispatcher==2.0.5
commands =
py.test {posargs:--durations=10 docs scrapy tests}

Expand All @@ -124,7 +127,6 @@ commands = {[testenv:pypy3]commands}
deps =
{[pinned]deps}
lxml==4.0.0
PyPyDispatcher==2.1.0

[docs]
changedir = docs
Expand Down

0 comments on commit 371bb80

Please sign in to comment.