jezdez / caniusepython3.com

A site to check if your Python project is compatible with Python 3
https://caniusepython3.com/
136 stars 18 forks source link

Web site says Twiggy almost Python 3 compatible, but it is #40

Closed msabramo closed 8 years ago

msabramo commented 9 years ago

https://pypi.python.org/pypi/Twiggy

has the Python 3 classifier

and the caniusepython3 CLI tool says that it's Python 3 compatible:

$ caniusepython3 --projects Twiggy
Finding and checking dependencies ...
[WARNING] Stale overrides: set([u'python-neutronclient'])

You have 0 projects blocking you from using Python 3!

but https://caniusepython3.com/project/Twiggy says that there's 1 blocker, although I can't tell what it is:

screen shot 2015-03-10 at 11 07 00 am

Maybe a cache needs to be cleared? Twiggy only gained the Python 3 classifier yesterday, so I'm wondering if caching is the cause and it might even sort itself out in a day or two.

msabramo commented 9 years ago

Twiggy still showing up as not Python 3 compatible. I don't know why.

svisser commented 9 years ago

This issue also occurs with pidfile:

palfrey commented 8 years ago

These now appear fixed

msabramo commented 8 years ago

Yep these seem to be fixed. Not sure why, but it's working now.