maxtepkeev / architect

A set of tools which enhances ORMs written in Python with more features
Other
391 stars 57 forks source link

Tests Failing #8

Closed alph486 closed 9 years ago

alph486 commented 9 years ago

Hi @maxtepkeev - Looks like several of the tests relating to Pony are failing. Is this keeping new release builds from being pushed out to pypi?

I'm hoping to help get some changes I need for a project im working on so if this is the case let me know if I can contribute.

maxtepkeev commented 9 years ago

Hi @alph486

Yes, this is one of the reasons. This is actually a little funny, before Pony 0.5.4 release builds were working fine with pymysql. In 0.5.4 they officially introduced support for pymysql and after that all Pony builds started to fail. @thedrow already opened an issue on Pony's issue tracker but actually it has nothing to do with Python 2.6, because it fails on all Python versions.

This really needs investigation, because it can be a bug either in Pony or in pymysql itself and I currently don't have time to do this. So if you want to help, that would be great.

maxtepkeev commented 9 years ago

Fixed in v0.3.0