Skip to content

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Man Parvesh Singh Randhawa committed Oct 13, 2024
1 parent c41c6b9 commit 3c5d155
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
- name: Install dependencies
run: poetry install --no-interaction --no-ansi

- name: Run Tests
run: poetry run pytest

publish:
name: Publish to PyPI
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ homepage = "https://yoda-pa.github.io/yoda"
[tool.poetry.dependencies]
python = "^3.9"
typer = "^0.12.5"
pytest = "^8.3.3"
pyyaml = "^6.0.2"
mkdocs = "^1.6.1"
mkdocs-material = "^9.5.39"
Expand All @@ -27,9 +26,6 @@ requests = "^2.32.3"
speedtest-cli = "^2.1.3"
python-whois = "^0.9.4"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"


[tool.poetry.group.docs.dependencies]
mkdocstrings = { extras = ["python"], version = "^0.26.1" }
Expand Down
Empty file removed tests/__init__.py
Empty file.
7 changes: 0 additions & 7 deletions tests/test_simple.py

This file was deleted.

0 comments on commit 3c5d155

Please sign in to comment.