summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-09-23 14:28:10 +0300
committerRan Benita <ran@unusedvar.com>2020-09-27 13:17:59 +0300
commit32bb8f3a63ceaf19c925fc941d1fb872abd1b36a (patch)
tree160c245f5958cebaf4b37761deefd7f897252e8a /setup.cfg
parent28ba9ab7371fe2b0582d7a5d6fb4bea6485850e2 (diff)
downloadpytest-32bb8f3a63ceaf19c925fc941d1fb872abd1b36a.tar.gz
Bump attrs requirement from >=17.4.0 to >=19.2.0
This allows us to remove the `ATTRS_EQ_FIELD` thing which is causing some annoyance.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f4170f15a..6b54fc370 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,7 @@ packages =
_pytest.mark
pytest
install_requires =
- attrs>=17.4.0
+ attrs>=19.2.0
iniconfig
packaging
pluggy>=0.12,<1.0