Skip to content

Commit

Permalink
Update test references in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Dec 16, 2024
1 parent 2e86bcf commit 7a7fd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages = [
{ include = "flwr_datasets", from = "./" },
]
exclude = [
"./**/*_test.py",
"./tests/**",
]

[tool.poetry.dependencies]
Expand Down Expand Up @@ -99,7 +99,7 @@ disable = "duplicate-code,too-few-public-methods,useless-import-alias"
minversion = "6.2"
addopts = "-qq"
testpaths = [
"./",
"./tests/",
]

[tool.mypy]
Expand Down

0 comments on commit 7a7fd01

Please sign in to comment.