Skip to content

Commit 7aff17e

Browse files
edenhillrnpridgeon
authored andcommitted
Exclude avro tests from packaging (confluentinc#332, confluentinc#333)
Exclude avro tests from packaging (confluentinc#332, confluentinc#333)
1 parent cd90d42 commit 7aff17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author_email='support@confluent.io',
2222
url='https://github.com/confluentinc/confluent-kafka-python',
2323
ext_modules=[module],
24-
packages=find_packages(exclude=("tests",)),
24+
packages=find_packages(exclude=("tests", "tests.*")),
2525
data_files=[('', ['LICENSE.txt'])],
2626
extras_require={
2727
'avro': ['fastavro', 'requests', avro]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy