Skip to content

Commit 88bd601

Browse files
Rakshith Bhyravabhotlarakshith91
Rakshith Bhyravabhotla
authored andcommitted
tests fix (Azure#13026)
* other fixes * p2 compat
1 parent da433c1 commit 88bd601

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
recursive-include tests *.py *.yaml
2+
recursive-include samples *.py
23
include *.md
34
include azure/__init__.py
45

sdk/eventgrid/azure-eventgrid/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
zip_safe=False,
7676
packages=find_packages(exclude=[
7777
'tests',
78+
'samples',
7879
# Exclude packages that will be covered by PEP420 or nspkg
7980
'azure',
8081
]),

0 commit comments

Comments
 (0)