GitHub user aleGpereira opened a pull request:
https://github.com/apache/libcloud/pull/575
[LIBCLOUD-739] Add DNSimple provider implementation
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 <module>
'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 <listcomp>
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?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aleGpereira/libcloud LIBCLOUD-739_simpledns
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/575.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #575
----
commit cacc8a9c9b915b5ab10a4ad59db034bd45d53b22
Author: Alejandro Pereira <[email protected]>
Date: 2015-08-31T22:20:41Z
[LIBCLOUD-739] Add DNSimple provider implementation
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---