We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97f044 commit bce94b4Copy full SHA for bce94b4
continuous_integration/install_coverage_subprocess_pth.py
@@ -9,6 +9,8 @@
9
import coverage; coverage.process_startup()
10
"""
11
12
+# get_path("platlib") returns the location of the `site-packages` folder:
13
+# https://docs.python.org/3/library/sysconfig.html
14
filename = op.join(get_path("platlib"), "coverage_subprocess.pth")
15
with open(filename, mode="w") as f:
16
f.write(FILE_CONTENT)
0 commit comments