We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559950c commit 5c5afc5Copy full SHA for 5c5afc5
noxconfig.py
@@ -65,6 +65,9 @@ class Config(BaseConfig):
65
# Instead, the format & linting are checked in the
66
# ``test.integration.project-template``.
67
"project-template",
68
+ # This file comes from poetry (https://install.python-poetry.org/),
69
+ # so we should not modify it.
70
+ "get_poetry.py",
71
),
72
create_major_version_tags=True,
73
# The PTB does not have integration tests run with an Exasol DB,
0 commit comments