Skip to content

Change [tool.pytest.ini_option] to [tool.pytest.ini_options] in pyproject.toml#134

Merged
ilan-gold merged 4 commits intoscverse:mainfrom
selmanozleyen:fix/pytest-ini
Feb 6, 2026
Merged

Change [tool.pytest.ini_option] to [tool.pytest.ini_options] in pyproject.toml#134
ilan-gold merged 4 commits intoscverse:mainfrom
selmanozleyen:fix/pytest-ini

Conversation

@selmanozleyen
Copy link
Copy Markdown
Member

@selmanozleyen selmanozleyen commented Feb 5, 2026

I get this warning localy

../../mambaforge/envs/annbatch/lib/python3.13/site-packages/_pytest/config/__init__.py:1428
  /Users/selman.ozleyen/mambaforge/envs/annbatch/lib/python3.13/site-packages/_pytest/config/__init__.py:1428: PytestConfigWarning: Unknown config option: ini_option
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

when I change [tool.pytest.ini_option] to [tool.pytest.ini_options] it doesn’t warn (edited) 

https://docs.pytest.org/en/stable/reference/customize.html

cc: @ilan-gold

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.41%. Comparing base (2d3a0fe) to head (cd28764).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #134   +/-   ##
=======================================
  Coverage   93.41%   93.41%           
=======================================
  Files          10       10           
  Lines         805      805           
=======================================
  Hits          752      752           
  Misses         53       53           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@selmanozleyen selmanozleyen requested review from Copilot and ilan-gold and removed request for Copilot February 5, 2026 18:33
@ilan-gold ilan-gold added the run-gpu-ci Signal that gpu ci should be run label Feb 6, 2026
@ilan-gold ilan-gold added run-gpu-ci Signal that gpu ci should be run skip-gpu-ci Whether gpu ci should be skipped and removed run-gpu-ci Signal that gpu ci should be run skip-gpu-ci Whether gpu ci should be skipped labels Feb 6, 2026
@ilan-gold ilan-gold merged commit 38c96d4 into scverse:main Feb 6, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-gpu-ci Signal that gpu ci should be run

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants