summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-03-27 23:43:51 -0700
committerNed Deily <nad@python.org>2018-03-28 03:33:49 -0400
commit7f554c536cfe2e66a1ff0a36c8896040be1e5aee (patch)
tree96a10667834d8d3e9757e53bc7753db97c4c0788 /Misc/NEWS.d/next/Tests
parentUpgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) (diff)
downloadcpython-7f554c536cfe2e66a1ff0a36c8896040be1e5aee.tar.gz
cpython-7f554c536cfe2e66a1ff0a36c8896040be1e5aee.tar.bz2
cpython-7f554c536cfe2e66a1ff0a36c8896040be1e5aee.zip
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) (GH-6278)
(cherry picked from commit e52ac045972a4f75d7f52e4ee0d6de128259134d) Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r--Misc/NEWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst b/Misc/NEWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst
new file mode 100644
index 00000000000..06d656bbfd6
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst
@@ -0,0 +1 @@
+Avoid regrtest compatibility issue with namespace packages.