[Debian-med-packaging] Bug#976506: conda-package-handling: FTBFS in bullseye (failing tests)

Santiago Vila sanvila at debian.org
Fri Dec 30 23:03:10 GMT 2022


Forgot the patch. Here it is.
-------------- next part --------------
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -183,7 +183,7 @@ def test_create_package_with_uncommon_conditions_captures_all_content(testing_wo
             assert stat.st_nlink == 1
 
 
- at pytest.mark.skipif(datetime.now() <= datetime(2021, 12, 1), reason="Don't understand why this doesn't behave.  Punt.")
+ at pytest.mark.skip(reason="Don't understand why this doesn't behave.  Punt.")
 def test_secure_refusal_to_extract_abs_paths(testing_workdir):
     with tarfile.open('pinkie.tar.bz2', 'w:bz2') as tf:
         open('thebrain', 'w').close()


More information about the Debian-med-packaging mailing list