Skip to content

Commit

Permalink
ignore some pytest modules
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Mar 31, 2022
1 parent e7186b5 commit 04810e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ addopts =
--cov-report html
--cov-report term:skip-covered
--no-cov-on-fail
--ignore-glob "*/__error_on_load.py"
--ignore-glob "tests/simple.py"
--ignore-glob "tests/integration/slices/*"
--ignore-glob "tests/integration/sources/*"
--ignore-glob "tests/integration/envs/*"
-m "not airflow"
-m "not integration"
--nbval
Expand Down

0 comments on commit 04810e3

Please sign in to comment.