Skip to content

Fix Lux autogen test in clean installs#2052

Open
leannchen86 wants to merge 1 commit into
materialsproject:masterfrom
leannchen86:fix/lux-use-stdlib-importlib
Open

Fix Lux autogen test in clean installs#2052
leannchen86 wants to merge 1 commit into
materialsproject:masterfrom
leannchen86:fix/lux-use-stdlib-importlib

Conversation

@leannchen86
Copy link
Copy Markdown

This fixes a small test-only issue in Lux. The autogen test used importlib_resources, which is not part of Lux's test dependencies. Since the test only needs to read a local example file, it now uses Path(__file__) instead. Lux tests pass locally.

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.

1 participant