We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A clear and concise description of what the bug is.
This part of the pytest test TestUIUIFileDialog.test_process_event:
TestUIUIFileDialog.test_process_event
pygame_gui/tests/test_windows/test_ui_file_dialog.py
Lines 399 to 404 in cc1c41d
fails with
> assert Path(file_dialog.current_directory_path).name == '' E AssertionError: assert 'images' == '' E E + images
when ran in a nix sandbox on macos. I think it assumes / has the x permission?
/
x
uncovered in NixOS/nixpkgs#352150 (comment)
To Reproduce Steps to reproduce the behaviour:
nix build --system aarch64-darwin github:nixos/nixpkgs/refs/pull/352150/head#python311Packages.pygame-gui --check
Expected behaviour build success
Platform and software (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
This part of the pytest test
TestUIUIFileDialog.test_process_event
:pygame_gui/tests/test_windows/test_ui_file_dialog.py
Lines 399 to 404 in cc1c41d
fails with
when ran in a nix sandbox on macos. I think it assumes
/
has thex
permission?uncovered in NixOS/nixpkgs#352150 (comment)
To Reproduce
Steps to reproduce the behaviour:
nix build --system aarch64-darwin github:nixos/nixpkgs/refs/pull/352150/head#python311Packages.pygame-gui --check
Expected behaviour
build success
Platform and software (please complete the following information):
The text was updated successfully, but these errors were encountered: