We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7274ec commit a624221Copy full SHA for a624221
.github/workflows/unit-tests.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: uvx poetry install --with dev
33
34
- name: Unit tests
35
- run: uvx poetry run pytest tests/ --cov --cov-report=xml
+ run: uvx poetry run pytest tests/ --cov --cov-report=xml --benchmark-skip
36
37
- name: Upload coverage reports to Codecov
38
uses: codecov/codecov-action@v5
pyproject.toml
@@ -115,6 +115,7 @@ types-openpyxl = ">=3.1.5.20241020"
115
types-regex = ">=2024.9.11.20240912"
116
types-python-dateutil = ">=2.9.0.20241003"
117
pytest-cov = "^6.0.0"
118
+pytest-benchmark = ">=5.1.0"
119
types-gevent = "^24.11.0.20241230"
120
types-greenlet = "^3.1.0.20241221"
121
types-pexpect = "^4.9.0.20241208"
0 commit comments