File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22requests==2.7.0
33blessed==1.9.5
44docopt==0.6.2
5- prospector==0.10.2[with_frosted,with_pyroma]
5+ prospector[with_frosted,with_pyroma] ==0.10.2
66restructuredtext-lint==0.12.2
77
88# transient dependencies
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ envlist = sa,
1010[testenv]
1111# for any python, run simple pytest (only)
1212deps = pytest
13-
1413setenv = PYTHONIOENCODING =utf-8
1514
1615commands = {envbindir}/py.test \
@@ -19,6 +18,11 @@ commands = {envbindir}/py.test \
1918
2019[testenv:sa]
2120deps = --requirement =requirements-develop.txt
21+ # anytime we use requirements-develop.txt, we must also
22+ # demand that we use 'python setup.py develop', to satisfy
23+ # an otherwise circular dependency on downstream 'blessed'
24+ # library.
25+ usedevelop = true
2226
2327# - prospector is configured using .prospector.yaml, and wraps several
2428# static analysis/linting and style-checker tools.
@@ -49,6 +53,7 @@ commands = {envbindir}/py.test \
4953deps = pytest
5054 pytest-cov
5155 --requirement =requirements-develop.txt
56+ usedevelop = true
5257
5358commands = {envbindir}/py.test -v \
5459 -x --strict \
You can’t perform that action at this time.
0 commit comments