Remove an incorrect comment.

This commit is contained in:
Brian Quinlan
2019-03-28 10:33:11 -07:00
committed by GitHub
parent d39d4b7fe9
commit 9727b65868

6
nox.py
View File

@@ -31,11 +31,7 @@ def lint(session):
@nox.session
def unit(session):
"""Run the unit test suite.
Unit test files should be named like test_*.py and in the same directory
as the file being tested.
"""
"""Run the unit test suite."""
session.interpreter = 'python3'
session.install('-e', '.[dev]')