This updates pytest to 5.2.0, which requires Python 3.5+. With Python 2.7 EOL in 2020, we can upgrade pytest to 5.2.0 once we remove Python 2.7 from our build matrix. When this occurs, the pinned version of the attrs package can also be removed from the requirements file.
This updates pytest to 5.2.0, which requires Python 3.5+. With Python 2.7 EOL in 2020, we can upgrade pytest to 5.2.0 once we remove Python 2.7 from our build matrix. When this occurs, the pinned version of the
attrs
package can also be removed from the requirements file.