File tree Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 35
35
- name : Install dependencies
36
36
run : poetry install --no-interaction --no-ansi
37
37
38
- - name : Run Tests
39
- run : poetry run pytest
40
-
41
38
publish :
42
39
name : Publish to PyPI
43
40
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ homepage = "https://yoda-pa.github.io/yoda"
14
14
[tool .poetry .dependencies ]
15
15
python = " ^3.9"
16
16
typer = " ^0.12.5"
17
- pytest = " ^8.3.3"
18
17
pyyaml = " ^6.0.2"
19
18
mkdocs = " ^1.6.1"
20
19
mkdocs-material = " ^9.5.39"
@@ -27,9 +26,6 @@ requests = "^2.32.3"
27
26
speedtest-cli = " ^2.1.3"
28
27
python-whois = " ^0.9.4"
29
28
30
- [tool .poetry .group .dev .dependencies ]
31
- pytest = " ^8.3.3"
32
-
33
29
34
30
[tool .poetry .group .docs .dependencies ]
35
31
mkdocstrings = { extras = [" python" ], version = " ^0.26.1" }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments