Skip to content

Commit 698424a

Browse files
committed
chore(test-deps): remove broken pytest-deadfixtures
1 parent 41551f6 commit 698424a

File tree

5 files changed

+453
-467
lines changed

5 files changed

+453
-467
lines changed

.github/workflows/ibis-main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ jobs:
161161
- name: run doctests
162162
run: just doctest --cov=ibis --cov-report=xml:coverage.xml
163163

164-
- name: check for dead fixtures
165-
run: uv run --all-extras --group tests pytest --dead-fixtures -m 'not flink'
166-
167164
- name: upload code coverage
168165
if: success()
169166
continue-on-error: true

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ tests = [
274274
# with pytest 8.4.0
275275
"pytest>=8.2.0,<8.4.0",
276276
"pytest-benchmark>=3.4.1,<6",
277-
"pytest-deadfixtures>=3",
278277
"pytest-clarity>=1.0.1,<2",
279278
"pytest-cov>=5,<8",
280279
"pytest-mock>=3.6.1,<4",

requirements-dev.txt

Lines changed: 23 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)