Skip to content

Commit

Permalink
removed test_ProjectionLifting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vapavlo committed May 21, 2024
1 parent a9cc2ad commit e7e13bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 65 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ module = [
ignore_missing_imports = true

[tool.pytest.ini_options]
addopts = "--capture=no"
addopts = [
"--capture=no",
]
pythonpath = "."

[tool.numpydoc_validation]
checks = [
Expand Down
64 changes: 0 additions & 64 deletions test/transforms/feature_liftings/test_ProjectionLifting.py

This file was deleted.

0 comments on commit e7e13bc

Please sign in to comment.