Skip to content

Commit

Permalink
fix(PYTHON): update nox file and modernize to new interface (#3156)
Browse files Browse the repository at this point in the history
closes #2208, #3157

This updates to use a recent version of nox. The previous version was nox==0.17.0 from quite some time ago... not even on the changelog https://nox.thea.codes/en/stable/CHANGELOG.html
  • Loading branch information
jpoehnelt committed Apr 2, 2020
1 parent 6c01035 commit f3e5a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/py_gapic.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def _py_gapic_postprocessed_srcjar_impl(ctx):
{formatter} -q {output_dir_path}
pushd {output_dir_path}
zip -q -r {output_dir_name}-pkg.srcjar nox.py setup.py setup.cfg docs MANIFEST.in README.rst LICENSE
rm -rf nox.py setup.py docs
zip -q -r {output_dir_name}-pkg.srcjar noxfile.py setup.py setup.cfg docs MANIFEST.in README.rst LICENSE
rm -rf noxfile.py setup.py docs
zip -q -r {output_dir_name}-test.srcjar tests/unit
rm -rf tests/unit
if [ -d "tests/system" ]; then
Expand Down

0 comments on commit f3e5a70

Please sign in to comment.