--- /srv/rebuilderd/tmp/rebuilderdZa9nx9/inputs/python3-pytest_9.1.1-1~bpo13+1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdZa9nx9/out/python3-pytest_9.1.1-1~bpo13+1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-08-17 13:41:15.000000 debian-binary │ -rw-r--r-- 0 0 0 3544 2026-08-17 13:41:15.000000 control.tar.xz │ --rw-r--r-- 0 0 0 278212 2026-08-17 13:41:15.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 278256 2026-08-17 13:41:15.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -108,13 +108,13 @@ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-08-17 13:41:15.000000 ./usr/share/doc/python3-pytest/ │ │ │ -rw-r--r-- 0 root (0) root (0) 2067 2026-06-19 10:38:22.000000 ./usr/share/doc/python3-pytest/README.rst.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 4450 2026-08-17 13:41:15.000000 ./usr/share/doc/python3-pytest/changelog.Debian.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 177 2026-06-19 10:38:22.000000 ./usr/share/doc/python3-pytest/changelog.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 1528 2026-08-17 13:41:15.000000 ./usr/share/doc/python3-pytest/copyright │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-08-17 13:41:15.000000 ./usr/share/man/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-08-17 13:41:15.000000 ./usr/share/man/man1/ │ │ │ --rw-r--r-- 0 root (0) root (0) 2978 2026-08-17 13:41:15.000000 ./usr/share/man/man1/pytest.1.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 3023 2026-08-17 13:41:15.000000 ./usr/share/man/man1/pytest.1.gz │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-08-17 13:41:15.000000 ./usr/bin/py.test-3 -> py.test │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-08-17 13:41:15.000000 ./usr/bin/pytest-3 -> pytest │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-08-17 13:41:15.000000 ./usr/share/man/man1/py.test-3.1.gz -> pytest.1.gz │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-08-17 13:41:15.000000 ./usr/share/man/man1/py.test.1.gz -> pytest.1.gz │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2026-08-17 13:41:15.000000 ./usr/share/man/man1/pytest-3.1.gz -> pytest.1.gz │ │ ├── ./usr/share/man/man1/pytest.1.gz │ │ │ ├── pytest.1 │ │ │ │ @@ -286,16 +286,16 @@ │ │ │ │ .EX │ │ │ │ retcode = pytest.main() │ │ │ │ .EE │ │ │ │ .UNINDENT │ │ │ │ .UNINDENT │ │ │ │ .sp │ │ │ │ this acts as if you would call \(dqpytest\(dq from the command line. │ │ │ │ -It will not raise \fBSystemExit\fP but return the \fI\%exit code\fP instead. │ │ │ │ -If you don\(aqt pass it any arguments, \fBmain\fP reads the arguments from the command line arguments of the process (\fBsys.argv\fP), which may be undesirable. │ │ │ │ +It will not raise \X'tty: link https://docs.python.org/3/library/exceptions.html#SystemExit'\fI\%SystemExit\fP\X'tty: link' but return the \fI\%exit code\fP instead. │ │ │ │ +If you don\(aqt pass it any arguments, \fBmain\fP reads the arguments from the command line arguments of the process (\X'tty: link https://docs.python.org/3/library/sys.html#sys.argv'\fI\%sys.argv\fP\X'tty: link'), which may be undesirable. │ │ │ │ You can pass in options and arguments explicitly: │ │ │ │ .INDENT 0.0 │ │ │ │ .INDENT 3.5 │ │ │ │ .sp │ │ │ │ .EX │ │ │ │ retcode = pytest.main([\(dq\-x\(dq, \(dqmytestdir\(dq]) │ │ │ │ .EE