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

Switch from setup.py to pyproject.toml, remove selenium support #17

Merged
merged 5 commits into from
Dec 13, 2024

Conversation

wosc
Copy link
Member

@wosc wosc commented Dec 13, 2024

No description provided.

@wosc wosc force-pushed the remove-setuptools branch from dfd0dc7 to e66710c Compare December 13, 2024 09:23
wosc added 4 commits December 13, 2024 10:25
…entally

The order in which pytest plugins are loaded is currently
nondeterministic, see pytest-dev/pytest#935. So we have no chance to
override a fixture from another plugin in our plugin, this must
instead be done in the project's conftest.py (which is guaranteed to
have precedence over plugins).
@wosc wosc force-pushed the remove-setuptools branch from e66710c to ca4c86b Compare December 13, 2024 09:26
@wosc wosc merged commit 45bd581 into main Dec 13, 2024
3 checks passed
@wosc wosc deleted the remove-setuptools branch December 13, 2024 09:31
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