Skip to content

Commit 3cc3908

Browse files
committed
Undo build-skipping
1 parent 646408c commit 3cc3908

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ def pytest_addoption(parser):
3131

3232
def pytest_configure(config):
3333
global bin_path
34-
if "clr" in sys.modules:
35-
# Already loaded (e.g. by the C# test runner), skip build
36-
return
37-
3834
runtime_opt = config.getoption("runtime")
3935

4036
test_proj_path = os.path.join(cwd, "..", "src", "testing")

0 commit comments

Comments
 (0)