Skip to content

Conversation

@henryiii
Copy link
Collaborator

Followup to #1188 and #1199. This adds test-core, for just the minimum required to run, and test is now a full test suite. test-parallel is now added.

@henryiii henryiii force-pushed the henryiii/tests/pybind11 branch 3 times, most recently from 8d9279c to b405cb0 Compare December 24, 2025 18:41
@henryiii henryiii force-pushed the henryiii/tests/pybind11 branch from b405cb0 to f284855 Compare December 24, 2025 18:47
%generate_buildrequires
export HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
%pyproject_buildrequires -g test%{?with_optional_tests:,test-meta,test-numpy,test-pybind11}
%pyproject_buildrequires -g test-core%{?with_optional_tests:,test-parallel,test-meta,test-numpy,test-pybind11}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Other than test-schema (which seems more fitting in dev), is there any group from test that should not be added?

run: python3.9 -m pip install . --group=test-pybind11
run:
python3.9 -m pip install . --group=test-core --group=test-pybind11
--group=test-parallel --group=test-schema --group=test-meta
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could at least document why this one has a special group set?

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.

3 participants