Fix spaces in scripts shebang #84
tests.yaml
on: push
Annotations
71 errors
Windows (Python 3.10) / pytest:
tests\masonry\builders\test_editable_builder.py#L127
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.10) / pytest:
tests\masonry\builders\test_editable_builder.py#L127
test_builder_installs_proper_files_for_standard_packages[simple_project]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.10) / pytest:
tests\masonry\builders\test_editable_builder.py#L267
test_builder_generates_scripts_with_escaped_shebang_when_spaces_in_path
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_run.py#L142
test_run_script_exit_code
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_run.py#L175
test_run_script_sys_argv0[installed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_run.py#L175
test_run_script_sys_argv0[not installed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.10) / pytest:
tests\masonry\builders\test_editable_builder.py#L346
test_builder_installs_proper_files_when_packages_configured
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.10) / pytest
Process completed with exit code 1.
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_run.py#L142
test_run_script_exit_code
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_run.py#L175
test_run_script_sys_argv0[installed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_run.py#L175
test_run_script_sys_argv0[not installed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.11) / pytest:
tests\masonry\builders\test_editable_builder.py#L267
test_builder_generates_scripts_with_escaped_shebang_when_spaces_in_path
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.11) / pytest:
tests\masonry\builders\test_editable_builder.py#L346
test_builder_installs_proper_files_when_packages_configured
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.11) / pytest:
tests\masonry\builders\test_editable_builder.py#L127
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.11) / pytest:
tests\masonry\builders\test_editable_builder.py#L127
test_builder_installs_proper_files_for_standard_packages[simple_project]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.11) / pytest
Process completed with exit code 1.
|
macOS aarch64 (Python 3.10) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f1/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f1/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS aarch64 (Python 3.10) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f2/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f2/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS aarch64 (Python 3.10) / pytest
Process completed with exit code 1.
|
Windows (Python 3.12) / pytest:
tests\masonry\builders\test_editable_builder.py#L127
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.12) / pytest:
tests\masonry\builders\test_editable_builder.py#L127
test_builder_installs_proper_files_for_standard_packages[simple_project]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.12) / pytest:
tests\masonry\builders\test_editable_builder.py#L346
test_builder_installs_proper_files_when_packages_configured
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_run.py#L142
test_run_script_exit_code
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_run.py#L175
test_run_script_sys_argv0[installed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_run.py#L175
test_run_script_sys_argv0[not installed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.12) / pytest:
tests\masonry\builders\test_editable_builder.py#L267
test_builder_generates_scripts_with_escaped_shebang_when_spaces_in_path
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.12) / pytest
Process completed with exit code 1.
|
macOS aarch64 (Python 3.11) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f0/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f0/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS aarch64 (Python 3.11) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f1/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f1/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS aarch64 (Python 3.11) / pytest
Process completed with exit code 1.
|
macOS aarch64 (Python 3.12) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f0/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f0/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS aarch64 (Python 3.12) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f2/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f2/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS aarch64 (Python 3.12) / pytest
Process completed with exit code 1.
|
Windows (Python 3.9) / pytest:
tests\masonry\builders\test_editable_builder.py#L267
test_builder_generates_scripts_with_escaped_shebang_when_spaces_in_path
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_run.py#L142
test_run_script_exit_code
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_run.py#L175
test_run_script_sys_argv0[installed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_run.py#L175
test_run_script_sys_argv0[not installed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.9) / pytest:
tests\masonry\builders\test_editable_builder.py#L346
test_builder_installs_proper_files_when_packages_configured
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.9) / pytest:
tests\masonry\builders\test_editable_builder.py#L127
test_builder_installs_proper_files_for_standard_packages[simple_project]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.9) / pytest:
tests\masonry\builders\test_editable_builder.py#L127
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.9) / pytest
Process completed with exit code 1.
|
macOS aarch64 (Python 3.9) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_builder_installs_proper_f0/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_builder_installs_proper_f0/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS aarch64 (Python 3.9) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_builder_installs_proper_f1/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_builder_installs_proper_f1/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS aarch64 (Python 3.9) / pytest
Process completed with exit code 1.
|
Windows (Python 3.13) / pytest:
tests\masonry\builders\test_editable_builder.py#L346
test_builder_installs_proper_files_when_packages_configured
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.13) / pytest:
tests\masonry\builders\test_editable_builder.py#L267
test_builder_generates_scripts_with_escaped_shebang_when_spaces_in_path
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.13) / pytest:
tests\masonry\builders\test_editable_builder.py#L127
test_builder_installs_proper_files_for_standard_packages[simple_project]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.13) / pytest:
tests\masonry\builders\test_editable_builder.py#L127
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_run.py#L142
test_run_script_exit_code
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_run.py#L175
test_run_script_sys_argv0[installed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_run.py#L175
test_run_script_sys_argv0[not installed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
|
Windows (Python 3.13) / pytest
Process completed with exit code 1.
|
macOS aarch64 (Python 3.13) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_builder_installs_proper_f1/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_builder_installs_proper_f1/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS aarch64 (Python 3.13) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_builder_installs_proper_f2/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_builder_installs_proper_f2/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS aarch64 (Python 3.13) / pytest
Process completed with exit code 1.
|
macOS x86_64 (Python 3.10) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_builder_installs_proper_f0/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_builder_installs_proper_f0/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS x86_64 (Python 3.10) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_builder_installs_proper_f1/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_builder_installs_proper_f1/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS x86_64 (Python 3.10) / pytest
Process completed with exit code 1.
|
macOS x86_64 (Python 3.11) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_builder_installs_proper_f0/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_builder_installs_proper_f0/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS x86_64 (Python 3.11) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_builder_installs_proper_f1/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_builder_installs_proper_f1/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS x86_64 (Python 3.11) / pytest
Process completed with exit code 1.
|
macOS x86_64 (Python 3.12) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_builder_installs_proper_f0/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_builder_installs_proper_f0/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS x86_64 (Python 3.12) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_builder_installs_proper_f2/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_builder_installs_proper_f2/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS x86_64 (Python 3.12) / pytest
Process completed with exit code 1.
|
macOS x86_64 (Python 3.9) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f1/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f1/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS x86_64 (Python 3.9) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f2/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f2/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS x86_64 (Python 3.9) / pytest
Process completed with exit code 1.
|
macOS x86_64 (Python 3.13) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f1/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f1/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS x86_64 (Python 3.13) / pytest:
tests/masonry/builders/test_editable_builder.py#L225
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f2/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f2/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
macOS x86_64 (Python 3.13) / pytest
Process completed with exit code 1.
|
Status
Process completed with exit code 1.
|