Skip to content

Commit 8ea374c

Browse files
committed
Test for apport
1 parent ec668d1 commit 8ea374c

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,6 @@ jobs:
294294
run:
295295
python -m pip install tox &&
296296
tox -m check
297-
- name: Install python3-apport
298-
if: matrix.check_formatting == '0'
299-
run: |
300-
sudo apt update
301-
sudo apt install -q python3-apport
302297
- name: Run tests
303298
if: matrix.check_formatting == '0'
304299
run: ./ci.sh

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ labels =
1111
# * -p _trio_check_attrs_aliases
1212
# * mypy cache
1313
# * LSP
14-
# * apport
1514
# * use tox in CI
1615
# * switch to nox?
1716
# * move to pyproject.toml?

0 commit comments

Comments
 (0)