We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72271aa commit 9110aaeCopy full SHA for 9110aae
tests/requirements/compile.py
@@ -6,6 +6,7 @@
6
import sys
7
from pathlib import Path
8
9
+
10
if __name__ == "__main__":
11
os.chdir(Path(__file__).parent)
12
os.environ["CUSTOM_COMPILE_COMMAND"] = "requirements/compile.py"
@@ -16,7 +17,8 @@
16
17
"compile",
18
"--generate-hashes",
19
"--allow-unsafe",
- ] + sys.argv[1:]
20
+ *sys.argv[1:],
21
+ ]
22
subprocess.run(
23
[
24
"/usr/local/bin/python3.9",
0 commit comments