Skip to content

Commit f94fc03

Browse files
Remove dist-packages from omit to fix tests (#850)
1 parent 1b087cc commit f94fc03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VERSION := $(shell cat ../version.txt)
1010
TEST_DATA=test_data
1111
TESTS_DIRECTORY=tests
1212
COVERAGE_CMD=coverage run
13-
SELENIUM_TEST_COVERAGE_ARGS=-m -a --omit */site-packages/* */dist-packages/*
13+
SELENIUM_TEST_COVERAGE_ARGS=-m -a --omit */site-packages/*
1414
SELENIUM_TEST_COVERAGE_CMD=$(COVERAGE_CMD) $(SELENIUM_TEST_COVERAGE_ARGS)
1515
COVERAGE_DATA_FILE=$(TESTS_DIRECTORY)/sscape_tests/.coverage_unit_$@
1616
COMBINED_COVERAGE_DATA_FILE=.coverage_combine

tests/config.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
dynamic_context = test_function
77
branch = True
88
context = static_context
9-
omit = */site-packages/*,*/opt/intel/*,*/dist-packages/*
9+
omit = */site-packages/*,*/opt/intel/*
1010
#debug = config, data, sys, premain, pybehave
1111

1212
[report]

0 commit comments

Comments
 (0)