Skip to content

Commit

Permalink
Merge pull request pypa#4589 from Avasam/disable-coverage-for-integra…
Browse files Browse the repository at this point in the history
…tion-tests

disable coverage for integration tests
  • Loading branch information
jaraco committed Aug 27, 2024
2 parents 98ad794 + ff643f2 commit 738dd48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ omit =
*/_vendor/*
*/tools/*
*/setuptools/_distutils/*
# See #4588 for integration tests coverage
*/setuptools/tests/integration/*
*/setuptools/tests/test_integration.py

disable_warnings =
couldnt-parse
Expand Down

0 comments on commit 738dd48

Please sign in to comment.