davidfokkema / artist

Artist makes beautiful plots
http://davidfokkema.github.io/artist/
GNU General Public License v3.0
12 stars 2 forks source link

Warnings during tests #25

Closed 153957 closed 9 years ago

153957 commented 9 years ago

In commit 5b2ad0a2096a6743c884d2dccf6d256e73816fdb I've added more tests, Most of the demo files are now run to generate the .tex files (not pdf, no recent version of TeX Live on Travis).

However, some warnings are shown during the tests, Im not entirely sure how we can easily suppress these:

/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/pkg_resources/__init__.py:1222:
UserWarning: /home/travis/.python-eggs is writable by group/others and vulnerable to attack when
used with get_resource_filename. Consider a more secure location (set with .set_extraction_path
or the PYTHON_EGG_CACHE environment variable).
  warnings.warn(msg, UserWarning)
153957 commented 9 years ago

Issue is similar to: travis-ci/travis-ci#1748 Work around is being tested in branch travis-warning-fix. Fixed it like was done here: https://github.com/yentsun/price_watch/commit/dc9c149910b6f826294c5c78a84335049db5e718

153957 commented 9 years ago

That worked.