For some reason, when include_package_data = True, subpackages excluded via options.packages.find.exclude are still added to the wheel. Expected behavior When listed via options.packages.find.exclude a subpackage should not be added to the wheel. How to Reproduce > docker run --rm -it pytho...
setuptools version 57.0.1.dev3+ga5131f0b.post.20210528a Python version cpython 3.9 OS Ubuntu 21.04 Additional environment information No response Description [options.packages.find] exclude = arpeggio.tests doesn't work. In fact it doesn...
packages.append(next_path.replace(os.sep,'.'))find_packages(next_path) 开发者ID:DBrianKimmel,项目名称:coherence,代码行数:9,代码来源:setup.py 示例6: get_packages_list ▲点赞 1▼ defget_packages_list():"""Recursively find packages in lib. Return a list of packages (dot notation) suitabl...
Kubernetes 是一款管理容器化应用程序的强大工具。然而,与任何复杂的系统一样,使用它时也可能出错。当...
packages=setuptools.find_packages(exclude=['tests']), include_package_data=False, scripts=['tools/sl4a_shell.py','tools/snippet_shell.py'], tests_require=['mock',# Needed for supporting Python 2 because this release stopped supporting Python 2.'pytest<5.0.0','pytz', ...
Exclude all tests in the given packages and all sub-packages, unless otherwise specified. [Android.Runtime.Register("excludePackages", "([Ljava/lang/String;)Landroid/test/suitebuilder/TestSuiteBuilder;", "GetExcludePackages_arrayLjava_lang_String_Handler")] public virtual An...
As part of system update, you may need to exclude few of the packages due to application dependency in Red Hat based system. If so, how to exclude and what are all the ways to do that? It can be done in three ways, we will see all those methods in this article. ...
This article explains how to prevent specific packages from being included in the package in the build output that the automated build process generates.
# repo site# configuration# include src expect testspackages=find_packages('src',exclude=['*.tests','*.tests.*','tests.*','tests']),package_dir={'':'src'},# find_packages define code directorypackage_data={# include .txt all of them'':['*.txt']},exclude_package_data={},# ...
When using Swift Packages in Xcode, is there a way to exclude files conditionally (in DEBUG or similar)? I know I can exclude files but I want them while in development. I have a package that contains developments resource/assets (used to seed a Core Data database for the simulator + ...