Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQ] Exclude test directory from package #34

Open
f-dangel opened this issue Nov 3, 2023 · 0 comments
Open

[REQ] Exclude test directory from package #34

f-dangel opened this issue Nov 3, 2023 · 0 comments

Comments

@f-dangel
Copy link
Owner

f-dangel commented Nov 3, 2023

This used to work by incorporating the following two lines into setup.cfg:

[options.packages.find]
exclude = test*

However, this stopped working, and I haven't yet identified the reason why. Removing these two lines fixes the installation. Waiting for a solution. For now, I will uncomment the two lines. But this should be fixed before the next release.

Specifically, this raises the following error when installing the package:

configparser.DuplicateSectionError: While reading from 'setup.cfg' [line 44]: section 'options.packages.find' already exists
f-dangel added a commit that referenced this issue Nov 3, 2023
See #34.

[REF] Introduce `kernel_span` variable, improve tensor comparison

[REQ] Pin jax to support python 3.7

[REQ] Deprecate python 3.7 and 3.8 (jax)

Fix black config

Update conda env

Try fixing makefile

Try fixing configparser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant