We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25665f5 commit cebfc45Copy full SHA for cebfc45
src/rez/tests/test_shells.py
@@ -51,13 +51,7 @@ def setUpClass(cls):
51
packages_path = os.path.join(cls.root, "packages")
52
os.makedirs(packages_path)
53
54
- # on windows, we need to install both
55
- # executable types of executable scripts, hello_world.py
56
- # for cmd / powershell and hello_world for gitbash
57
- if platform_.name == "windows":
58
- hello_world.bind(packages_path, py_script_mode="both")
59
- else:
60
- hello_world.bind(packages_path)
+ hello_world.bind(packages_path)
61
62
cls.settings = dict(
63
packages_path=[packages_path],
0 commit comments