Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBRas committed Oct 13, 2024
1 parent 8258b7a commit 5f86bbf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 71 deletions.
8 changes: 1 addition & 7 deletions polugins_type_gen/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ tasks:
- poetry run python scripts/generate_polars_stubs.py

test:
deps: ['nox']
cmds:
- poetry run nox -r -s test
- poetry run pytest

format:
cmds:
Expand All @@ -18,8 +17,3 @@ tasks:
lint:
cmds:
- poetry run ruff check .

nox:
sources: ["pyproject.toml", "poetry.lock"]
cmds:
- poetry install --only=nox
59 changes: 0 additions & 59 deletions polugins_type_gen/noxfile.py

This file was deleted.

8 changes: 4 additions & 4 deletions polugins_type_gen/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion polugins_type_gen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ optional = true

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
nox = "^2023.4.22"
coverage = "^7.2.7"
pytest-env = "^0.8.2"
pytest-cov = "^4.1.0"
Expand Down

0 comments on commit 5f86bbf

Please sign in to comment.