Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cab2cc1

Browse filesBrowse files
committed
Merge branch 'unit_tests' of github.com:vi3k6i5/python-spanner-django into unit_tests
2 parents 2ee4870 + ec28c1c commit cab2cc1
Copy full SHA for cab2cc1

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎noxfile.py

Copy file name to clipboardExpand all lines: noxfile.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def docfx(session):
141141
"sphinx",
142142
"alabaster",
143143
"recommonmark",
144-
"sphinx-docfx-yaml",
144+
"gcp-sphinx-docfx-yaml",
145145
"django==2.2",
146146
)
147147

‎run_testing_worker.py

Copy file name to clipboardExpand all lines: run_testing_worker.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def __exit__(self, exc, exc_value, traceback):
4444
if worker_index >= worker_count:
4545
print(
4646
"worker_index ({wi}) > worker_count ({wc})".format(
47-
wi=worker_index, wc=worker_count,
47+
wi=worker_index,
48+
wc=worker_count,
4849
)
4950
)
5051
exit()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.