File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4949 # - pytester's LsofFdLeakChecker
5050 # - TestArgComplete (linux only)
5151 # - numpy
52+ # - old attrs
5253 # Empty PYTEST_ADDOPTS to run this non-verbose.
53- - env : TOXENV=py37-lsof-numpy-twisted-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
54+ - env : TOXENV=py37-lsof-oldattrs- numpy-twisted-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
5455
5556 # Specialized factors for py37.
5657 # 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