Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit691b570

Browse files
authored
Nox: use inplace installs (#5865)
1 parentea52357 commit691b570

File tree

1 file changed

+4
-2
lines changed
  • packages/google-cloud-dns

1 file changed

+4
-2
lines changed

‎packages/google-cloud-dns/nox.py‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ def default(session):
3434
Python corresponding to the ``nox`` binary the ``PATH`` can
3535
run the tests.
3636
"""
37-
# Install all test dependencies, then install this package in-place.
38-
session.install('mock','pytest','pytest-cov',*LOCAL_DEPS)
37+
# Install all test dependencies, then install local packages in-place.
38+
session.install('mock','pytest','pytest-cov')
39+
forlocal_depinLOCAL_DEPS:
40+
session.install('-e',local_dep)
3941
session.install('-e','.')
4042

4143
# Run py.test against the unit tests.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp