We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9ea5e commit e18b12cCopy full SHA for e18b12c
setup.py
@@ -5,7 +5,7 @@
5
INSTALL_REQUIRES = [
6
"py>=1.5.0",
7
"packaging",
8
- "attrs>=17.4.0",
+ "attrs>=17.4.0", # should match oldattrs tox env.
9
"more-itertools>=4.0.0",
10
"atomicwrites>=1.0",
11
'pathlib2>=2.2.0;python_version<"3.6"',
tox.ini
@@ -41,6 +41,7 @@ setenv =
41
xdist: _PYTEST_TOX_POSARGS_XDIST=-n auto
42
extras = testing
43
deps =
44
+ oldattrs: attrs==17.4.0
45
numpy: numpy
46
pexpect: pexpect
47
pluggymaster: git+https://github.com/pytest-dev/pluggy.git@master
0 commit comments