aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-11-04 12:38:42 -0500
committerGitHub <noreply@github.com>2018-11-04 12:38:42 -0500
commitb0c746640f87ad2719a7ebfbdc226d3fd43296b6 (patch)
treef6960b395631d72abd4ab510684c503672b7151b /changelog.d
parent46af765c49f548523b8212f6e08e1edb12f22ab6 (diff)
parentb2cbe8606a12913c12b9a1fe3f5f8c0f8082c296 (diff)
downloadexternal_python_setuptools-b0c746640f87ad2719a7ebfbdc226d3fd43296b6.tar.gz
external_python_setuptools-b0c746640f87ad2719a7ebfbdc226d3fd43296b6.tar.bz2
external_python_setuptools-b0c746640f87ad2719a7ebfbdc226d3fd43296b6.zip
Merge pull request #1572 from pganssle/import_futures_test_reqs
Add futures and backport to Python 2.7 test requirements
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1572.misc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1572.misc.rst b/changelog.d/1572.misc.rst
new file mode 100644
index 00000000..aa3ab7ae
--- /dev/null
+++ b/changelog.d/1572.misc.rst
@@ -0,0 +1 @@
+Added the ``concurrent.futures`` backport ``futures`` to the Python 2.7 test suite requirements.