Skip to content

Commit 8905006

Browse files
committed
TST: Remove unnecessary coverage config
run_tests.py handles it
1 parent 4a95b7f commit 8905006

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test_spylon_kernel_jkt.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
"""Example use of jupyter_kernel_test, with tests for IPython."""
22

3-
import os
43
import unittest
54

65
import jupyter_kernel_test
76

87
from spylon_kernel.scala_interpreter import init_spark
98
from textwrap import dedent
109

11-
coverage_rc = os.path.abspath(os.path.join(os.path.dirname(__file__), ".coveragerc"))
12-
os.environ["COVERAGE_PROCESS_START"] = coverage_rc
13-
1410

1511
class SpylonKernelTests(jupyter_kernel_test.KernelTests):
1612
kernel_name = "spylon-kernel"

0 commit comments

Comments
 (0)