File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4242 - env : TOXENV=pypy3-xdist
4343 python : ' pypy3'
4444
45- - env : TOXENV=py35-xdist
45+ - env : TOXENV=py35-oldattrs- xdist
4646 python : ' 3.5'
4747
4848 # Coverage for:
Original file line number Diff line number Diff line change 55INSTALL_REQUIRES = [
66 "py>=1.5.0" ,
77 "packaging" ,
8- "attrs>=17.4.0" ,
8+ "attrs>=17.4.0" , # should match oldattrs tox env.
99 "more-itertools>=4.0.0" ,
1010 "atomicwrites>=1.0" ,
1111 'pathlib2>=2.2.0;python_version<"3.6"' ,
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ setenv =
4141 xdist: _PYTEST_TOX_POSARGS_XDIST =-n auto
4242extras = testing
4343deps =
44+ oldattrs: attrs ==17.4.0
45+ oldattrs: hypothesis<=4.38.1
4446 numpy: numpy
4547 pexpect: pexpect
4648 pluggymaster: git+https://github.com/pytest-dev/pluggy.git@master
You can’t perform that action at this time.
0 commit comments