diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-05-28 13:33:46 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-05-28 13:33:46 -0400 |
commit | 15aa80de8f8bd39f7fcdf8e0c841727cccdad789 (patch) | |
tree | f37cd6459396c934d73fbae6c159238cba9038cc | |
parent | 6966d5b20a84708d4c3f8e18e8016956d9ad44ec (diff) | |
download | cherrypy-git-15aa80de8f8bd39f7fcdf8e0c841727cccdad789.tar.gz |
Whitelist mkdir. Fixes #1713
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ setenv = extras = testing routes_dispatcher +whitelist_externals = mkdir [testenv:cheroot-master] deps = git+git://github.com/cherrypy/cheroot.git@master#egg=cheroot |