Skip to content

Commit

Permalink
Remove dummy tests and move depencies to correct group
Browse files Browse the repository at this point in the history
  • Loading branch information
Umair Khan authored and Umair Khan committed Apr 11, 2024
1 parent fc77928 commit c798a05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ numpy = "^1.26.3"
matplotlib = "^3.8.0"
torch = "^2.2.0"
click = "^8.1.7"
coverage = "^7.4.4"
codecov = "^2.1.13"
tqdm = "^4.66.2"

[tool.poetry.group.test.dependencies]
pytest = "^8.0.0"
pytest-cov = "^4.1.0"
coverage = "^7.4.4"
codecov = "^2.1.13"

[tool.poetry.group.docs.dependencies]
sphinx = "^7.2.6"
Expand Down
Empty file removed tests/dummy_test/__init__.py
Empty file.
33 changes: 0 additions & 33 deletions tests/dummy_test/test_dummy.py

This file was deleted.

0 comments on commit c798a05

Please sign in to comment.