File tree 3 files changed +5
-2
lines changed 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 49
49
# - pytester's LsofFdLeakChecker
50
50
# - TestArgComplete (linux only)
51
51
# - numpy
52
+ # - old attrs
52
53
# 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=
54
55
55
56
# Specialized factors for py37.
56
57
# Coverage for:
Original file line number Diff line number Diff line change 5
5
INSTALL_REQUIRES = [
6
6
"py>=1.5.0" ,
7
7
"packaging" ,
8
- "attrs>=17.4.0" ,
8
+ "attrs>=17.4.0" , # should match oldattrs tox env.
9
9
"more-itertools>=4.0.0" ,
10
10
"atomicwrites>=1.0" ,
11
11
'pathlib2>=2.2.0;python_version<"3.6"' ,
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ setenv =
41
41
xdist: _PYTEST_TOX_POSARGS_XDIST =-n auto
42
42
extras = testing
43
43
deps =
44
+ oldattrs: attrs ==17.4.0
45
+ oldattrs: hypothesis<=4.38.1
44
46
numpy: numpy
45
47
pexpect: pexpect
46
48
pluggymaster: git+https://github.com/pytest-dev/pluggy.git@master
You can’t perform that action at this time.
0 commit comments