diff --git a/README.md b/README.md index a148626..fa18151 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit] [![Ruff codestyle][ruff badge]][ruff project] - [pypi status]: https://pypi.org/project/django-json-agg/ [read the docs]: https://django-json-agg.readthedocs.io/ [tests]: https://github.com/quipucords/django-json-agg/actions?workflow=Tests diff --git a/docs/usage.md b/docs/usage.md index ce60cf6..8f04b05 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1,7 +1 @@ # Usage - -```{eval-rst} -.. click:: json_agg.__main__:main - :prog: django-json-agg - :nested: full -``` diff --git a/noxfile.py b/noxfile.py index 0f117ce..4738ebc 100644 --- a/noxfile.py +++ b/noxfile.py @@ -142,7 +142,7 @@ def safety(session: Session) -> None: def tests(session: Session) -> None: """Run the test suite.""" session.install(".") - session.install("coverage[toml]", "pytest", "pygments") + session.install("coverage[toml]", "pytest", "pygments", "pytest-django", "faker") try: session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs) finally: