Kozea / pygal

PYthon svg GrAph plotting Library
https://www.pygal.org
GNU Lesser General Public License v3.0
2.66k stars 413 forks source link

test_date.py failing #281

Open jyturley opened 9 years ago

jyturley commented 9 years ago

Perhaps I am doing something wrong, but I am unable to get test_date.py unit tests to pass. All other unit tests pass except for the following four:

  1. test_date[etree]
  2. test_date[lxml]
  3. test_date_xrange[etree]
  4. test_date_xrange[lxml]

All of them look like this:

screen shot 2015-11-05 at 6 45 03 pm
paradoxxxzero commented 9 years ago

That's strange for sure, what's your setup ?

jyturley commented 9 years ago
platform darwin -- Python 2.7.10, pytest-2.8.2, py-1.4.30, pluggy-0.3.1
 cssselect==0.9.1
 lxml==3.4.4
 py==1.4.30
 pygal==2.0.9
 pyquery==1.2.9
 pytest==2.8.2
jyturley commented 9 years ago

I'm still not too sure what's up, but i get the same error on my ubuntu13.10 machine. Just to make sure, other people can run these tests without error right?

paradoxxxzero commented 9 years ago

Travis is happy: https://travis-ci.org/Kozea/pygal

Are you sure this is the right pygal version that is imported ? (If you use virtualenv it may be the system one that is used...)