Skip to content

Commit

Permalink
Remove experimental tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Feb 10, 2023
1 parent 5a1ddef commit e01b87d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,10 @@ jobs:
name: "Test package"
needs: lint
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
max-parallel: 3
matrix:
python-version: ['3.9', '3.10']
experimental: [false]
include:
- python-version: '3.11-dev'
experimental: true
steps:
- name: "Checkout code"
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude_lines =
raise NotImplemented()
if __name__ == '__main__':
main()
; fixme:
; todo: restore threshold
;fail_under = 93
show_missing = true

Expand Down

0 comments on commit e01b87d

Please sign in to comment.