Skip to content

Commit a624221

Browse files
committed
added pytest-benchmark as dependency
1 parent d7274ec commit a624221

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uvx poetry install --with dev
3333

3434
- name: Unit tests
35-
run: uvx poetry run pytest tests/ --cov --cov-report=xml
35+
run: uvx poetry run pytest tests/ --cov --cov-report=xml --benchmark-skip
3636

3737
- name: Upload coverage reports to Codecov
3838
uses: codecov/codecov-action@v5

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ types-openpyxl = ">=3.1.5.20241020"
115115
types-regex = ">=2024.9.11.20240912"
116116
types-python-dateutil = ">=2.9.0.20241003"
117117
pytest-cov = "^6.0.0"
118+
pytest-benchmark = ">=5.1.0"
118119
types-gevent = "^24.11.0.20241230"
119120
types-greenlet = "^3.1.0.20241221"
120121
types-pexpect = "^4.9.0.20241208"

0 commit comments

Comments
 (0)