Skip to content

Commit 0fd44e3

Browse files
committed
remove doctests from noxfile
1 parent c1260df commit 0fd44e3

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

packages/google-cloud-datastore/noxfile.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -422,17 +422,6 @@ def docs(session):
422422
)
423423

424424

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-
436425
@nox.session(python="3.10")
437426
def docfx(session):
438427
"""Build the docfx yaml files for this library."""

0 commit comments

Comments
 (0)