Skip to content

Commit 6123e7a

Browse files
committed
revered unrelated changes
1 parent fb90860 commit 6123e7a

3 files changed

Lines changed: 1 addition & 50 deletions

File tree

packages/google-cloud-firestore/.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
branch = True
33

44
[report]
5-
fail_under = 99
65
show_missing = True
76
omit =
87
google/cloud/firestore/__init__.py

packages/sqlalchemy-spanner/.coveragerc

Lines changed: 0 additions & 36 deletions
This file was deleted.

packages/sqlalchemy-spanner/noxfile.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ class = StreamHandler
8585
UNIT_TEST_STANDARD_DEPENDENCIES = [
8686
"mock",
8787
"pytest",
88-
"pytest-cov",
8988
]
9089

9190
UNIT_TEST_EXTERNAL_DEPENDENCIES = [
@@ -369,18 +368,7 @@ def unit(session, test_type):
369368
*UNIT_TEST_DEPENDENCIES,
370369
)
371370
session.install(".")
372-
session.run(
373-
"py.test",
374-
"--quiet",
375-
"--cov=google.cloud.sqlalchemy_spanner",
376-
"--cov=tests/unit",
377-
"--cov-append",
378-
"--cov-config=.coveragerc",
379-
"--cov-report=",
380-
"--cov-fail-under=0",
381-
os.path.join("tests/unit"),
382-
*session.posargs,
383-
)
371+
session.run("py.test", "--quiet", os.path.join("tests/unit"), *session.posargs)
384372
return
385373

386374

0 commit comments

Comments
 (0)