Skip to content

Commit

Permalink
Merge daf87d2 into 16ed5d7
Browse files Browse the repository at this point in the history
  • Loading branch information
kgal-pan committed Apr 8, 2024
2 parents 16ed5d7 + daf87d2 commit f4c1884
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changelog/4213.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changes:
- description: Exclude test files/modules from the package build.
type: internal
pr_number: 4213
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers=[
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython'
]
exclude = ["TestSuite/**", "*/tests/*", "tests"]
exclude = ["TestSuite/**", "tests_end_to_end/**", "demisto_sdk/tests/**", "demisto_sdk/**/tests/**", "demisto_sdk/**/test_data/**", "demisto_sdk/**/test_files/**"]

[tool.poetry.scripts]
demisto-sdk = "demisto_sdk.__main__:main"
Expand Down

0 comments on commit f4c1884

Please sign in to comment.