Skip to content

Commit 3c5d155

Browse files
author
Man Parvesh Singh Randhawa
committed
remove tests
1 parent c41c6b9 commit 3c5d155

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Install dependencies
3636
run: poetry install --no-interaction --no-ansi
3737

38-
- name: Run Tests
39-
run: poetry run pytest
40-
4138
publish:
4239
name: Publish to PyPI
4340
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ homepage = "https://yoda-pa.github.io/yoda"
1414
[tool.poetry.dependencies]
1515
python = "^3.9"
1616
typer = "^0.12.5"
17-
pytest = "^8.3.3"
1817
pyyaml = "^6.0.2"
1918
mkdocs = "^1.6.1"
2019
mkdocs-material = "^9.5.39"
@@ -27,9 +26,6 @@ requests = "^2.32.3"
2726
speedtest-cli = "^2.1.3"
2827
python-whois = "^0.9.4"
2928

30-
[tool.poetry.group.dev.dependencies]
31-
pytest = "^8.3.3"
32-
3329

3430
[tool.poetry.group.docs.dependencies]
3531
mkdocstrings = { extras = ["python"], version = "^0.26.1" }

tests/__init__.py

Whitespace-only changes.

tests/test_simple.py

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

0 commit comments

Comments
 (0)