Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LIBCLOUD-739] Add DNSimple provider implementation #575

Merged
merged 1 commit into from
Sep 25, 2015

Conversation

aleGpereira
Copy link
Contributor

Tests seems to be fine but i've got failures for tests against python 3.x. I couldn't fix this because i wasn't able to figure out why is doing the following error:

Traceback (most recent call last):
File "setup.py", line 285, in
'Programming Language :: Python :: Implementation :: CPython'
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "setup.py", line 133, in run
status = self._run_tests()
File "setup.py", line 179, in _run_tests
tests = TestLoader().loadTestsFromNames(testfiles)
File "/usr/lib/python3.4/unittest/loader.py", line 146, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/lib/python3.4/unittest/loader.py", line 146, in
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/lib/python3.4/unittest/loader.py", line 114, in loadTestsFromName
parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_dnsimple'

Maybe one of you guys can have a better clue?

@asfgit asfgit merged commit cacc8a9 into apache:trunk Sep 25, 2015
asfgit pushed a commit that referenced this pull request Sep 25, 2015
@Kami
Copy link
Member

Kami commented Sep 25, 2015

Fixed Python 3 compatibility issue (0744dba) and merged changes into trunk.

Thanks!

@aleGpereira aleGpereira deleted the LIBCLOUD-739_simpledns branch October 12, 2015 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants