Skip to content

Commit

Permalink
Fix package install test checks
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Oct 25, 2023
1 parent 2b38979 commit 2b6e7f6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions tests/package/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ def test_import_cyclops():

with pytest.raises(ImportError):
import cyclops.evaluate
with pytest.raises(ImportError):
import cyclops.query
with pytest.raises(ImportError):
import cyclops.models
with pytest.raises(ImportError):
Expand Down
2 changes: 0 additions & 2 deletions tests/package/extras/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ def test_import_cyclops():

assert monitor.__name__ == "cyclops.monitor"

with pytest.raises(ImportError):
import cyclops.query
with pytest.raises(ImportError):
import cyclops.report
27 changes: 0 additions & 27 deletions tests/package/extras/query.py

This file was deleted.

2 changes: 0 additions & 2 deletions tests/package/extras/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ def test_import_cyclops():
import cyclops.evaluate
with pytest.raises(ImportError):
import cyclops.models
with pytest.raises(ImportError):
import cyclops.query
with pytest.raises(ImportError):
import cyclops.monitor

0 comments on commit 2b6e7f6

Please sign in to comment.