From 6a960cb9e8cf17385e3b8a52d46cf71a9747e19d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 28 Dec 2016 17:03:33 -0500 Subject: Add tests capturing failure of depends.get_module_constant on Python 3.6. Ref #866. --- setuptools/tests/mod_with_constant.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 setuptools/tests/mod_with_constant.py (limited to 'setuptools/tests/mod_with_constant.py') diff --git a/setuptools/tests/mod_with_constant.py b/setuptools/tests/mod_with_constant.py new file mode 100644 index 00000000..ef755dd1 --- /dev/null +++ b/setuptools/tests/mod_with_constant.py @@ -0,0 +1 @@ +value = 'three, sir!' -- cgit v1.2.1