diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-28 17:03:33 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-28 20:19:17 -0500 |
commit | 6a960cb9e8cf17385e3b8a52d46cf71a9747e19d (patch) | |
tree | 7585319f1f645356741cf781a2a95579635e2854 /setuptools/tests/mod_with_constant.py | |
parent | 6d69dd73b900cff84ee142ad82967dd025a75b72 (diff) | |
download | external_python_setuptools-6a960cb9e8cf17385e3b8a52d46cf71a9747e19d.tar.gz external_python_setuptools-6a960cb9e8cf17385e3b8a52d46cf71a9747e19d.tar.bz2 external_python_setuptools-6a960cb9e8cf17385e3b8a52d46cf71a9747e19d.zip |
Add tests capturing failure of depends.get_module_constant on Python 3.6. Ref #866.
Diffstat (limited to 'setuptools/tests/mod_with_constant.py')
-rw-r--r-- | setuptools/tests/mod_with_constant.py | 1 |
1 files changed, 1 insertions, 0 deletions
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!' |