Skip to content

Tests#3

Draft
chorejasbob wants to merge 9 commits into
developfrom
tests
Draft

Tests#3
chorejasbob wants to merge 9 commits into
developfrom
tests

Conversation

@chorejasbob
Copy link
Copy Markdown
Contributor

No description provided.

Robert Garza and others added 8 commits August 25, 2020 12:36
Updated README.md to indicate that dockerdisk is deprecated.
Add 3rd party kazoo module to allow for remote zk connection(s).
Kazoo supports encryption, authentication, acls, and many other optionts
when connecting to zookeeper nodes.
Update code to pass tests for python2 and python3
refactor docker.py code to use docker sdk for python
add test for docker.py
Created a new dockerimages.py to replace the docker.py module
Import docker engine python SDK module.
Refactor docker's getImageCount() using the standard docker module.
Add tests for new docker module.
Create empty README.md for tests.  (To be updated with steps on running tests.)
@chorejasbob chorejasbob changed the base branch from master to develop August 26, 2020 14:29
@chorejasbob chorejasbob marked this pull request as draft August 26, 2020 14:41
Comment thread setup.py
zip_safe=False,
install_requires=["setuptools"],
install_requires=[
"setuptools",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that setuptools >= 45 is not compatible with Python 2.

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.

2 participants