Skip to content

Commit 6a12a2f

Browse files
author
Ryan P
authored
Exclude Avro tests from packaging
Fixes confluentinc#332, confluentinc#333 committing on the behalf of @hoefling
1 parent 7121757 commit 6a12a2f

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