Skip to content

Commit b910bf9

Browse files
committed
Removed unit tests; too much effort
1 parent 4472475 commit b910bf9

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on: [push, workflow_dispatch]
33

44
jobs:
5-
build:
5+
ci:
66
runs-on: ubuntu-22.04
77
container: amd64/archlinux:base
88
steps:
@@ -17,19 +17,3 @@ jobs:
1717
name: Create editable installation
1818
- run: hatch build
1919
name: Package into tarball and wheel
20-
21-
test:
22-
strategy:
23-
matrix:
24-
runs-on: ['macos-13', 'macos-14', 'ubuntu-24.04', 'windows-2022']
25-
python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy3.10']
26-
runs-on: ${{ matrix.runs-on }}
27-
steps:
28-
- uses: actions/checkout@v4
29-
- uses: actions/setup-python@v5
30-
with:
31-
python-version: ${{ matrix.python-version }}
32-
- run: python -m pip install pytest .
33-
name: Install testing requirements
34-
- run: python -m pytest
35-
name: Test

tests/__init__.py

Whitespace-only changes.

tests/test_tk.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)