docusign / docusign-esign-python-client

The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client. https://www.docusign.com/devcenter
MIT License
98 stars 88 forks source link

remove nose from install_requires #141

Open joekohlsdorf opened 2 years ago

joekohlsdorf commented 2 years ago

Nose is a test requirement, it is not necessary for users to install it. It is listed in test-requirements.txt so removing it from install_requires should not make a difference for tests. I have reviewed the code and have not found any use of nose at runtime.

Problem description:

Reproduction steps:

# docker run -it --rm --entrypoint=/bin/bash python
# pip install docusign-esign==3.14.0

Observed result:

Expected result: