From 1ee5d36a92d3518914b798961ff698dbe537436e Mon Sep 17 00:00:00 2001 From: ohmayr Date: Mon, 4 Nov 2024 22:53:46 +0000 Subject: [PATCH] remove nox --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 2e4b00bc9..b80c1768c 100644 --- a/owlbot.py +++ b/owlbot.py @@ -324,7 +324,7 @@ if count < 1: raise Exception(".coveragerc replacement failed.") - s.move([library], excludes=["**/gapic_version.py", "README.rst", "docs/**/*", "setup.py", "testing/constraints-3.7.txt", "testing/constraints-3.8.txt"]) + s.move([library], excludes=["**/gapic_version.py", "README.rst", "docs/**/*", "setup.py", "testing/constraints-3.7.txt", "testing/constraints-3.8.txt", "noxfile.py"]) s.remove_staging_dirs() # ----------------------------------------------------------------------------