persepolisdm / persepolis

Persepolis Download Manager is a GUI for aria2.
https://persepolisdm.github.io
GNU General Public License v3.0
6.12k stars 647 forks source link

Fix setup test failing #942

Closed iFreilicht closed 3 months ago

iFreilicht commented 3 months ago

sys.exit('0') prints 0 and exits with code 1. This broke the build in nixpkgs when we tried to enable tests to make the packaging code more idiomatic. See https://github.com/NixOS/nixpkgs/pull/292837

alireza-amirsamimi commented 3 months ago

@iFreilicht Thanks you :+1: We will replace setup.py with meson.build, very soon.