warning: Check: missing required meta-data: url warning: Check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied [metadata] ... author = Chris Wilcox author_email = [email protected] url = https://github.com/crwilcox/my-pypi-package ...
the unit test suite.""" session.install("mock", "pytest") session.install("-e", ".") # Run py.test against the unit tests. session.run( "py.test", "--quiet", "tests", *session.posargs, ) noxfile.py - Runs unit tests on 3 versions of python