We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running pytest we get this warning:
...\sdv-310\lib\site-packages\_pytest\config\__init__.py:1302: PytestConfigWarning: Unknown config option: collect_ignore self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
It seems to be because pytest removed the collect_ignore option that we use here:
collect_ignore
SDV/setup.cfg
Lines 49 to 50 in 33f9574
We should remove this and replace with
[tool:pytest] addopts = --ignore=setup.py
The text was updated successfully, but these errors were encountered:
amontanez24
Successfully merging a pull request may close this issue.
Problem Description
When running pytest we get this warning:
It seems to be because pytest removed the
collect_ignore
option that we use here:SDV/setup.cfg
Lines 49 to 50 in 33f9574
We should remove this and replace with
The text was updated successfully, but these errors were encountered: