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

Allow to configure pytest-pystack outside the pytests configuration section #9

Open
Czaki opened this issue Dec 27, 2023 · 0 comments

Comments

@Czaki
Copy link
Contributor

Czaki commented Dec 27, 2023

Is your feature request related to a problem? Please describe.

Option to set parameters to pystack in ini file (tool.pytest.ini_options section in pyproject.toml) is really nice. But pytest-pystack currently could be installed only on linux. So if a project is designed to work on multiple operating systems, then configuring pytest-pystack this way collides with --strict-config

It will be nice to be able to use strict config and configure pytest-pystack in file at the same time.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Add option to configure pytest-pystack using own section in pyproject.toml

Describe alternatives you've considered

Play with conditional test configuration in tox/nox file.

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