** Description changed:

  There are two issues currently:
  
- 1. Some pytest and tornado issue which I haven't figured out exactly the
- cause, but running with all-proposed=1 solves the issue...
+ 1. The autopkgtest runners are not picking up the python3-pytest-timeout
+ dependency. My local qemu test runner will pick it up though. This
+ results in the following error:
  
  s autopkgtest [14:02:44]: test runtestsuite3: [-----------------------
-  78s ERROR: Unknown config option: timeout
-  78s 
-  78s 
-  78s ============================= test session starts 
==============================
-  78s platform linux -- Python 3.12.3, pytest-8.2.1, pluggy-1.5.0
-  78s rootdir: /tmp/autopkgtest.UvcccZ/build.UoZ/src
-  78s configfile: pyproject.toml
-  78s testpaths: tests/
-  78s collected 0 items / 2 errors
-  78s 
-  78s ==================================== ERRORS 
====================================
-  78s _____________________ ERROR collecting tests/basic_test.py 
_____________________
-  78s 'timeout' 
not found in 
`markers` configuration 
option
-  78s _____________________ ERROR collecting tests/basic_test.py 
_____________________
-  78s 'timeout' 
not found in 
`markers` configuration 
option
-  78s =========================== short test summary info 
============================
-  78s ERROR tests/basic_test.py - Failed: 'timeout' not found in 
`markers` configuration option
-  78s ERROR tests/basic_test.py - Failed: 'timeout' not found in 
`markers` configuration option
-  78s ============================== 2 errors in 
0.24s ===============================
-  78s autopkgtest [14:02:45]: test runtestsuite3: -----------------------]
-  79s autopkgtest [14:02:46]: test runtestsuite3:  - - - - - - - - - - results 
- - - - - - - - - -
-  79s runtestsuite3        FAIL non-zero exit status 4
-  79s autopkgtest [14:02:46]: @@@@@@@@@@@@@@@@@@@@ summary
-  79s runtestsuite3        FAIL non-zero exit status 4
+  78s ERROR: Unknown config option: timeout
+  78s
+  78s
+  78s ============================= test session starts 
==============================
+  78s platform linux -- Python 3.12.3, pytest-8.2.1, pluggy-1.5.0
+  78s rootdir: /tmp/autopkgtest.UvcccZ/build.UoZ/src
+  78s configfile: pyproject.toml
+  78s testpaths: tests/
+  78s collected 0 items / 2 errors
+  78s
+  78s ==================================== ERRORS 
====================================
+  78s _____________________ ERROR collecting tests/basic_test.py 
_____________________
+  78s 'timeout' 
not found in 
`markers` configuration 
option
+  78s _____________________ ERROR collecting tests/basic_test.py 
_____________________
+  78s 'timeout' 
not found in 
`markers` configuration 
option
+  78s =========================== short test summary info 
============================
+  78s ERROR tests/basic_test.py - Failed: 'timeout' not found in 
`markers` configuration option
+  78s ERROR tests/basic_test.py - Failed: 'timeout' not found in 
`markers` configuration option
+  78s ============================== 2 errors in 
0.24s ===============================
+  78s autopkgtest [14:02:45]: test runtestsuite3: -----------------------]
+  79s autopkgtest [14:02:46]: test runtestsuite3:  - - - - - - - - - - results 
- - - - - - - - - -
+  79s runtestsuite3        FAIL non-zero exit status 4
+  79s autopkgtest [14:02:46]: @@@@@@@@@@@@@@@@@@@@ summary
+  79s runtestsuite3        FAIL non-zero exit status 4
  
- 
- 2. The above is hiding a PytestUnraisableExceptionWarning error which was 
solved by upstream in 
https://github.com/jupyter/terminado/commit/e2c1b0830b5f5994bdfeb4d2c2d3e51e114e40b9#diff-e6bcf9c8a7eb9d493e604bcae41818b790764d53e4d1ad3b0a1763004f94067a
+ 2. The above is hiding a PytestUnraisableExceptionWarning error which
+ was solved by upstream in
+ 
https://github.com/jupyter/terminado/commit/e2c1b0830b5f5994bdfeb4d2c2d3e51e114e40b9#diff-e6bcf9c8a7eb9d493e604bcae41818b790764d53e4d1ad3b0a1763004f94067a

** Description changed:

  There are two issues currently:
  
- 1. The autopkgtest runners are not picking up the python3-pytest-timeout
- dependency. My local qemu test runner will pick it up though. This
- results in the following error:
+ 1. The debian/tests/control file is missing the python3-pytest-timeout
+ dependency, causing the following error:
  
  s autopkgtest [14:02:44]: test runtestsuite3: [-----------------------
   78s ERROR: Unknown config option: timeout
   78s
   78s
   78s ============================= test session starts 
==============================
   78s platform linux -- Python 3.12.3, pytest-8.2.1, pluggy-1.5.0
   78s rootdir: /tmp/autopkgtest.UvcccZ/build.UoZ/src
   78s configfile: pyproject.toml
   78s testpaths: tests/
   78s collected 0 items / 2 errors
   78s
   78s ==================================== ERRORS 
====================================
   78s _____________________ ERROR collecting tests/basic_test.py 
_____________________
   78s 'timeout' 
not found in 
`markers` configuration 
option
   78s _____________________ ERROR collecting tests/basic_test.py 
_____________________
   78s 'timeout' 
not found in 
`markers` configuration 
option
   78s =========================== short test summary info 
============================
   78s ERROR tests/basic_test.py - Failed: 'timeout' not found in 
`markers` configuration option
   78s ERROR tests/basic_test.py - Failed: 'timeout' not found in 
`markers` configuration option
   78s ============================== 2 errors in 
0.24s ===============================
   78s autopkgtest [14:02:45]: test runtestsuite3: -----------------------]
   79s autopkgtest [14:02:46]: test runtestsuite3:  - - - - - - - - - - results 
- - - - - - - - - -
   79s runtestsuite3        FAIL non-zero exit status 4
   79s autopkgtest [14:02:46]: @@@@@@@@@@@@@@@@@@@@ summary
   79s runtestsuite3        FAIL non-zero exit status 4
  
  2. The above is hiding a PytestUnraisableExceptionWarning error which
  was solved by upstream in
  
https://github.com/jupyter/terminado/commit/e2c1b0830b5f5994bdfeb4d2c2d3e51e114e40b9#diff-e6bcf9c8a7eb9d493e604bcae41818b790764d53e4d1ad3b0a1763004f94067a

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2068055

Title:
  proposed-migration terminado/0.18.0-1 vs  pytest/8.2.1-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/terminado/+bug/2068055/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to