Skip to content

Commit 5c5afc5

Browse files
committed
Skip get_poetry.py as not maintained by us, but added for convenience
1 parent 559950c commit 5c5afc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

noxconfig.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ class Config(BaseConfig):
6565
# Instead, the format & linting are checked in the
6666
# ``test.integration.project-template``.
6767
"project-template",
68+
# This file comes from poetry (https://install.python-poetry.org/),
69+
# so we should not modify it.
70+
"get_poetry.py",
6871
),
6972
create_major_version_tags=True,
7073
# The PTB does not have integration tests run with an Exasol DB,

0 commit comments

Comments
 (0)