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.
2 parents 79218bb + 8ea374c commit a35d332Copy full SHA for a35d332
2 files changed
.github/workflows/ci.yml
@@ -294,11 +294,6 @@ jobs:
294
run:
295
python -m pip install tox &&
296
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
302
- name: Run tests
303
if: matrix.check_formatting == '0'
304
run: ./ci.sh
tox.ini
@@ -11,7 +11,6 @@ labels =
11
# * -p _trio_check_attrs_aliases
12
# * mypy cache
13
# * LSP
14
-# * apport
15
# * use tox in CI
16
# * switch to nox?
17
# * move to pyproject.toml?
0 commit comments