Skip to content

Commit 3704f05

Browse files
committed
1 parent 4c62551 commit 3704f05

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/google-auth/noxfile.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,3 @@ def docs(session):
167167
os.path.join("docs", "_build", "html", ""),
168168
)
169169

170-
171-
@nox.session(python="pypy")
172-
def pypy(session):
173-
session.install("-e", ".[testing]")
174-
session.run(
175-
"pytest",
176-
f"--junitxml=unit_{session.python}_sponge_log.xml",
177-
"--cov=google.auth",
178-
"--cov=google.oauth2",
179-
"--cov=tests",
180-
"tests",
181-
"tests_async",
182-
)

0 commit comments

Comments
 (0)