openSUSE / osc2

The next Command Line Interface to work with an openSUSE Build Service
http://openbuildservice.org/
17 stars 9 forks source link

Base on OscTest to have compatibility with Python 2.6 #21

Closed nijel closed 9 years ago

nijel commented 9 years ago

Allows to run testsuite with Python 2.6.

marcus-h commented 9 years ago

Hmm what error do you get on 2.6 without this change?

nijel commented 9 years ago

assertIsNone/assertIsNotNone do not exist in Python 2.6

marcus-h commented 9 years ago

I just fixed it a bit differently in commit 7edca2281c1dec9d127c19aeda47f7b7b16500ef. Thanks for the pull request!