We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1260df commit 0fd44e3Copy full SHA for 0fd44e3
1 file changed
packages/google-cloud-datastore/noxfile.py
@@ -422,17 +422,6 @@ def docs(session):
422
)
423
424
425
-@nox.session(python="3.10")
426
-def doctests(session):
427
- # Install all test dependencies, then install this package into the
428
- # virtualenv's dist-packages.
429
- session.install("mock", "pytest", "sphinx", "google-cloud-testutils")
430
- session.install("-e", ".")
431
-
432
- # Run py.test against the system tests.
433
- session.run("py.test", "tests/doctests.py")
434
435
436
@nox.session(python="3.10")
437
def docfx(session):
438
"""Build the docfx yaml files for this library."""
0 commit comments