Skip to content

MAINT: refactor directories#428

Merged
lucascolley merged 1 commit into
data-apis:mainfrom
lucascolley:refactor
May 27, 2026
Merged

MAINT: refactor directories#428
lucascolley merged 1 commit into
data-apis:mainfrom
lucascolley:refactor

Conversation

@lucascolley
Copy link
Copy Markdown
Member

@lucascolley lucascolley commented May 27, 2026

for gh-373

@lucascolley lucascolley force-pushed the refactor branch 3 times, most recently from 1e33fde to e305d1a Compare May 27, 2026 10:18
python -m pip install pytest-xdist
- name: Install array-api-compat
run: python -m pip install ${GITHUB_WORKSPACE}/array-api-compat
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now needed because of the src layout, while previously tests were picking up the sources from the source tree, correct?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the non-obvious implicit source tree import

Comment thread pyproject.toml

[tool.setuptools.dynamic]
version = {attr = "array_api_compat.__version__"}
version = { attr = "array_api_compat.__version__" }
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this will go in gh-373?

@lucascolley lucascolley merged commit 0d15d23 into data-apis:main May 27, 2026
28 checks passed
@lucascolley lucascolley deleted the refactor branch May 27, 2026 12:26
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

Successfully merging this pull request may close these issues.

2 participants