Skip to content

Commit 61fd4bd

Browse files
author
Oto Šťáva
committed
fixup! manager: move build.py to build_c_extensions.py
1 parent a50dab4 commit 61fd4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/tests/packaging/dependencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
dummy.__dict__["setup"] = lambda *args, **kwargs: None
1313
dummy.__dict__["build"] = lambda *args, **kwargs: None
1414
sys.modules["setuptools"] = dummy
15-
sys.modules["build"] = dummy
15+
sys.modules["build_c_extensions"] = dummy
1616

1717
# load install_requires array from setup.py
1818
spec = importlib.util.spec_from_file_location("setup", sys.argv[1] if len(sys.argv) == 2 else "manager/setup.py")

0 commit comments

Comments
 (0)